Home
last modified time | relevance | path

Searched refs:preorder_ctrl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c145 struct recv_reorder_ctrl *preorder_ctrl; in _rtw_free_sta_priv() local
160 preorder_ctrl = &psta->recvreorder_ctrl[i]; in _rtw_free_sta_priv()
161 timer_delete_sync(&preorder_ctrl->reordering_ctrl_timer); in _rtw_free_sta_priv()
182 struct recv_reorder_ctrl *preorder_ctrl; in rtw_alloc_stainfo() local
236 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_alloc_stainfo()
238 preorder_ctrl->padapter = pstapriv->padapter; in rtw_alloc_stainfo()
240 preorder_ctrl->enable = false; in rtw_alloc_stainfo()
242 preorder_ctrl->indicate_seq = 0xffff; in rtw_alloc_stainfo()
243 preorder_ctrl->wend_b = 0xffff; in rtw_alloc_stainfo()
245 preorder_ctrl->wsize_b = 64;/* 64; */ in rtw_alloc_stainfo()
[all …]
H A Drtw_mlme.c975 struct recv_reorder_ctrl *preorder_ctrl; in rtw_joinbss_update_stainfo() local
1031 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_joinbss_update_stainfo()
1032 preorder_ctrl->enable = false; in rtw_joinbss_update_stainfo()
1033 preorder_ctrl->indicate_seq = 0xffff; in rtw_joinbss_update_stainfo()
1034 preorder_ctrl->wend_b = 0xffff; in rtw_joinbss_update_stainfo()
1035 preorder_ctrl->wsize_b = 64;/* max_ampdu_sz;ex. 32(kbytes) -> wsize_b =32 */ in rtw_joinbss_update_stainfo()
1041 preorder_ctrl = &bmc_sta->recvreorder_ctrl[i]; in rtw_joinbss_update_stainfo()
1042 preorder_ctrl->enable = false; in rtw_joinbss_update_stainfo()
1043 preorder_ctrl->indicate_seq = 0xffff; in rtw_joinbss_update_stainfo()
1044 preorder_ctrl->wend_b = 0xffff; in rtw_joinbss_update_stainfo()
[all …]
H A Drtw_wlan_util.c1623 struct recv_reorder_ctrl *preorder_ctrl; in process_addba_req() local
1635 preorder_ctrl = &psta->recvreorder_ctrl[tid]; in process_addba_req()
1637 preorder_ctrl->indicate_seq = 0xffff; in process_addba_req()
1639 preorder_ctrl->enable = pmlmeinfo->accept_addba_req; in process_addba_req()
H A Drtw_mlme_ext.c1626 struct recv_reorder_ctrl *preorder_ctrl; in OnAction_back() local
1700 preorder_ctrl = &psta->recvreorder_ctrl[tid]; in OnAction_back()
1701 preorder_ctrl->enable = false; in OnAction_back()
1702 preorder_ctrl->indicate_seq = 0xffff; in OnAction_back()