/linux-4.1.27/drivers/staging/rtl8712/ |
D | recv_linux.c | 142 struct recv_reorder_ctrl *preorder_ctrl = in _r8712_reordering_ctrl_timeout_handler() 143 (struct recv_reorder_ctrl *)data; in _r8712_reordering_ctrl_timeout_handler() 148 void r8712_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl) in r8712_init_recv_timer()
|
D | mlme_osdep.h | 37 struct recv_reorder_ctrl *precvreorder_ctrl,
|
D | recv_osdep.h | 49 void r8712_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl);
|
D | rtl8712_recv.h | 141 struct recv_reorder_ctrl *preorder_ctrl;
|
D | rtl871x_sta_mgt.c | 113 struct recv_reorder_ctrl *preorder_ctrl; in r8712_alloc_stainfo() 167 struct recv_reorder_ctrl *preorder_ctrl; in r8712_free_stainfo()
|
D | rtl8712_recv.c | 450 static int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, in check_indicate_seq() 480 static int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, in enqueue_reorder_recvframe() 508 struct recv_reorder_ctrl *preorder_ctrl, in r8712_recv_indicatepkts_in_order() 571 struct recv_reorder_ctrl *preorder_ctrl = prframe->u.hdr.preorder_ctrl; in recv_indicatepkt_reorder() 623 struct recv_reorder_ctrl *preorder_ctrl = in r8712_reordering_ctrl_timeout_handler() 624 (struct recv_reorder_ctrl *)pcontext; in r8712_reordering_ctrl_timeout_handler()
|
D | sta_info.h | 82 struct recv_reorder_ctrl recvreorder_ctrl[16];
|
D | rtl871x_recv.h | 17 struct recv_reorder_ctrl { struct
|
D | rtl871x_mlme.c | 1044 struct recv_reorder_ctrl *precvreorder_ctrl = NULL; in r8712_got_addbareq_event_callback() 1743 struct recv_reorder_ctrl *preorder_ctrl; in update_ht_cap()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | recv_osdep.h | 34 void rtw_init_recv_timer23a(struct recv_reorder_ctrl *preorder_ctrl);
|
D | rtw_recv.h | 33 struct recv_reorder_ctrl { struct 271 struct recv_reorder_ctrl *preorder_ctrl;
|
D | sta_info.h | 126 struct recv_reorder_ctrl recvreorder_ctrl[16];
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | recv_osdep.h | 46 void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl);
|
D | rtw_recv.h | 41 struct recv_reorder_ctrl { struct 264 struct recv_reorder_ctrl *preorder_ctrl;
|
D | sta_info.h | 124 struct recv_reorder_ctrl recvreorder_ctrl[16];
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 88 struct recv_reorder_ctrl *preorder_ctrl; in _rtw_free_sta_priv23a() 119 struct recv_reorder_ctrl *preorder_ctrl; in rtw_alloc_stainfo23a() 199 struct recv_reorder_ctrl *preorder_ctrl; in rtw_free_stainfo23a()
|
D | rtw_recv.c | 1806 int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num); 1807 int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) in check_indicate_seq() 1838 static int enqueue_reorder_recvframe23a(struct recv_reorder_ctrl *preorder_ctrl, in enqueue_reorder_recvframe23a() 1887 struct recv_reorder_ctrl *preorder_ctrl, 1890 struct recv_reorder_ctrl *preorder_ctrl, in recv_indicatepkts_in_order() 1982 struct recv_reorder_ctrl *preorder_ctrl; in recv_indicatepkt_reorder() 2075 struct recv_reorder_ctrl *preorder_ctrl; in rtw_reordering_ctrl_timeout_handler23a() 2079 preorder_ctrl = (struct recv_reorder_ctrl *)pcontext; in rtw_reordering_ctrl_timeout_handler23a()
|
D | rtw_wlan_util.c | 1532 struct recv_reorder_ctrl *preorder_ctrl; in process_addba_req23a()
|
D | rtw_mlme.c | 891 struct recv_reorder_ctrl *preorder_ctrl; in rtw_joinbss_update_stainfo()
|
D | rtw_mlme_ext.c | 2019 struct recv_reorder_ctrl *preorder_ctrl; in OnAction23a_back23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 178 struct recv_reorder_ctrl *preorder_ctrl; in _rtw_free_sta_priv() 217 struct recv_reorder_ctrl *preorder_ctrl; in rtw_alloc_stainfo() 300 struct recv_reorder_ctrl *preorder_ctrl; in rtw_free_stainfo()
|
D | rtw_recv.c | 1734 static int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) in check_indicate_seq() 1764 static int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, in enqueue_reorder_recvframe() 1794 static int recv_indicatepkts_in_order(struct adapter *padapter, struct recv_reorder_ctrl *preorder_… in recv_indicatepkts_in_order() 1863 struct recv_reorder_ctrl *preorder_ctrl = prframe->preorder_ctrl; in recv_indicatepkt_reorder() 1953 struct recv_reorder_ctrl *preorder_ctrl = (struct recv_reorder_ctrl *)data; in rtw_reordering_ctrl_timeout_handler()
|
D | rtw_debug.c | 258 struct recv_reorder_ctrl *preorder_ctrl; in proc_get_ap_info() 844 struct recv_reorder_ctrl *preorder_ctrl; in proc_get_all_sta_info()
|
D | rtw_wlan_util.c | 1571 struct recv_reorder_ctrl *preorder_ctrl; in process_addba_req()
|
D | rtw_mlme.c | 900 struct recv_reorder_ctrl *preorder_ctrl; in rtw_joinbss_update_stainfo()
|
D | rtw_mlme_ext.c | 1597 struct recv_reorder_ctrl *preorder_ctrl; in OnAction_back()
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | recv_linux.c | 160 void rtw_init_recv_timer23a(struct recv_reorder_ctrl *preorder_ctrl) in rtw_init_recv_timer23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | recv_linux.c | 194 void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl) in rtw_init_recv_timer()
|