Home
last modified time | relevance | path

Searched refs:recvreorder_ctrl (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c127 preorder_ctrl = &psta->recvreorder_ctrl[i]; in r8712_alloc_stainfo()
181 preorder_ctrl = &psta->recvreorder_ctrl[i]; in r8712_free_stainfo()
H A Dsta_info.h68 struct recv_reorder_ctrl recvreorder_ctrl[16]; member
H A Drtl871x_mlme.c965 &psta->recvreorder_ctrl[pAddbareq_pram->tid]; in r8712_got_addbareq_event_callback()
1679 preorder_ctrl = &bmc_sta->recvreorder_ctrl[i]; in update_ht_cap()
1688 preorder_ctrl = &psta->recvreorder_ctrl[i]; in update_ht_cap()
H A Drtl871x_recv.c523 &psta->recvreorder_ctrl[pattrib->priority]; in validate_recv_data_frame()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c162 preorder_ctrl = &psta->recvreorder_ctrl[i]; in _rtw_free_sta_priv()
238 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_alloc_stainfo()
357 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_free_stainfo()
H A Drtw_mlme.c1070 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_joinbss_update_stainfo()
1081 preorder_ctrl = &bmc_sta->recvreorder_ctrl[i]; in rtw_joinbss_update_stainfo()
H A Drtw_mlme_ext.c1703 preorder_ctrl = &psta->recvreorder_ctrl[tid]; in OnAction_back()
3745 if (psta->recvreorder_ctrl[tid].enable) { in send_delba()
3747 psta->recvreorder_ctrl[tid].enable = false; in send_delba()
3748 psta->recvreorder_ctrl[tid].indicate_seq = 0xffff; in send_delba()
H A Drtw_wlan_util.c1679 preorder_ctrl = &psta->recvreorder_ctrl[tid]; in process_addba_req()
H A Drtw_recv.c1323 precv_frame->u.hdr.preorder_ctrl = &psta->recvreorder_ctrl[pattrib->priority]; in validate_recv_data_frame()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h122 struct recv_reorder_ctrl recvreorder_ctrl[16]; member