/linux-4.4.14/drivers/staging/rtl8712/ |
D | recv_linux.c | 143 struct recv_reorder_ctrl *preorder_ctrl = in _r8712_reordering_ctrl_timeout_handler() 144 (struct recv_reorder_ctrl *)data; in _r8712_reordering_ctrl_timeout_handler() 149 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 | 452 static int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, in check_indicate_seq() 482 static int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, in enqueue_reorder_recvframe() 510 struct recv_reorder_ctrl *preorder_ctrl, in r8712_recv_indicatepkts_in_order() 573 struct recv_reorder_ctrl *preorder_ctrl = prframe->u.hdr.preorder_ctrl; in recv_indicatepkt_reorder() 626 struct recv_reorder_ctrl *preorder_ctrl = in r8712_reordering_ctrl_timeout_handler() 627 (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 | 1038 struct recv_reorder_ctrl *precvreorder_ctrl = NULL; in r8712_got_addbareq_event_callback() 1738 struct recv_reorder_ctrl *preorder_ctrl; in update_ht_cap()
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/include/ |
D | recv_osdep.h | 45 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 | 123 struct recv_reorder_ctrl recvreorder_ctrl[16];
|
/linux-4.4.14/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 | 1805 int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num); 1806 int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) in check_indicate_seq() 1837 static int enqueue_reorder_recvframe23a(struct recv_reorder_ctrl *preorder_ctrl, in enqueue_reorder_recvframe23a() 1886 struct recv_reorder_ctrl *preorder_ctrl, 1889 struct recv_reorder_ctrl *preorder_ctrl, in recv_indicatepkts_in_order() 1981 struct recv_reorder_ctrl *preorder_ctrl; in recv_indicatepkt_reorder() 2074 struct recv_reorder_ctrl *preorder_ctrl; in rtw_reordering_ctrl_timeout_handler23a() 2078 preorder_ctrl = (struct recv_reorder_ctrl *)pcontext; in rtw_reordering_ctrl_timeout_handler23a()
|
D | rtw_wlan_util.c | 1526 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 | 2012 struct recv_reorder_ctrl *preorder_ctrl; in OnAction23a_back23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 150 struct recv_reorder_ctrl *preorder_ctrl; in _rtw_free_sta_priv() 188 struct recv_reorder_ctrl *preorder_ctrl; in rtw_alloc_stainfo() 271 struct recv_reorder_ctrl *preorder_ctrl; in rtw_free_stainfo()
|
D | rtw_recv.c | 1714 static int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) in check_indicate_seq() 1744 static int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, in enqueue_reorder_recvframe() 1774 static int recv_indicatepkts_in_order(struct adapter *padapter, struct recv_reorder_ctrl *preorder_… in recv_indicatepkts_in_order() 1843 struct recv_reorder_ctrl *preorder_ctrl = prframe->preorder_ctrl; in recv_indicatepkt_reorder() 1933 struct recv_reorder_ctrl *preorder_ctrl = (struct recv_reorder_ctrl *)data; in rtw_reordering_ctrl_timeout_handler()
|
D | rtw_debug.c | 259 struct recv_reorder_ctrl *preorder_ctrl; in proc_get_ap_info() 845 struct recv_reorder_ctrl *preorder_ctrl; in proc_get_all_sta_info()
|
D | rtw_wlan_util.c | 1569 struct recv_reorder_ctrl *preorder_ctrl; in process_addba_req()
|
D | rtw_mlme.c | 906 struct recv_reorder_ctrl *preorder_ctrl; in rtw_joinbss_update_stainfo()
|
D | rtw_mlme_ext.c | 3696 struct recv_reorder_ctrl *preorder_ctrl; in OnAction_back()
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | recv_linux.c | 188 void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl) in rtw_init_recv_timer()
|