Home
last modified time | relevance | path

Searched refs:ba_record (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c19 static void ActivateBAEntry(struct ieee80211_device *ieee, struct ba_record *pBA, u16 Time) in ActivateBAEntry()
31 static void DeActivateBAEntry(struct ieee80211_device *ieee, struct ba_record *pBA) in DeActivateBAEntry()
45 …struct ba_record *pAdmittedBa = &pTxTs->tx_admitted_ba_record; //These two BA entries must exist … in TxTsDeleteBA()
46 struct ba_record *pPendingBa = &pTxTs->tx_pending_ba_record; in TxTsDeleteBA()
73 struct ba_record *pBa = &pRxTs->rx_admitted_ba_record; in RxTsDeleteBA()
90 void ResetBaEntry(struct ba_record *pBA) in ResetBaEntry()
108 static struct sk_buff *ieee80211_ADDBA(struct ieee80211_device *ieee, u8 *Dst, struct ba_record *pB… in ieee80211_ADDBA()
183 struct ba_record *pBA, in ieee80211_DELBA()
247 u8 *dst, struct ba_record *pBA) in ieee80211_send_ADDBAReq()
271 struct ba_record *pBA, u16 StatusCode) in ieee80211_send_ADDBARsp()
[all …]
Drtl819x_TS.h81 struct ba_record tx_pending_ba_record;
82 struct ba_record tx_admitted_ba_record;
96 struct ba_record rx_admitted_ba_record;
Drtl819x_BA.h45 struct ba_record { struct
Dieee80211.h2390 void ResetBaEntry(struct ba_record *pBA);
/Linux-v5.4/drivers/staging/rtl8192e/
Drtl819x_BAProc.c13 static void ActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA, in ActivateBAEntry()
21 static void DeActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA) in DeActivateBAEntry()
29 struct ba_record *pAdmittedBa = &pTxTs->TxAdmittedBARecord; in TxTsDeleteBA()
30 struct ba_record *pPendingBa = &pTxTs->TxPendingBARecord; in TxTsDeleteBA()
47 struct ba_record *pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA()
58 void ResetBaEntry(struct ba_record *pBA) in ResetBaEntry()
67 struct ba_record *pBA, in rtllib_ADDBA()
129 struct ba_record *pBA, in rtllib_DELBA()
180 struct ba_record *pBA) in rtllib_send_ADDBAReq()
195 struct ba_record *pBA, u16 StatusCode) in rtllib_send_ADDBARsp()
[all …]
Drtl819x_TS.h34 struct ba_record TxPendingBARecord;
35 struct ba_record TxAdmittedBARecord;
50 struct ba_record RxAdmittedBARecord;
Drtl819x_BA.h51 struct ba_record { struct
Drtllib.h2114 void ResetBaEntry(struct ba_record *pBA);