Searched defs:pBA (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_BAProc.c | 21 static void ActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA, in ActivateBAEntry() 29 static void DeActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA) in DeActivateBAEntry() 66 void ResetBaEntry(struct ba_record *pBA) in ResetBaEntry() 75 struct ba_record *pBA, in rtllib_ADDBA() 137 struct ba_record *pBA, in rtllib_DELBA() 188 struct ba_record *pBA) in rtllib_send_ADDBAReq() 203 struct ba_record *pBA, u16 StatusCode) in rtllib_send_ADDBARsp() 215 struct ba_record *pBA, enum tr_select TxRxSelect, in rtllib_send_DELBA() 232 struct ba_record *pBA = NULL; in rtllib_rx_ADDBAReq() local 486 struct ba_record *pBA = &pTS->TxPendingBARecord; in TsInitAddBA() local
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 19 static void ActivateBAEntry(struct ieee80211_device *ieee, PBA_RECORD pBA, u16 Time) in ActivateBAEntry() 31 static void DeActivateBAEntry(struct ieee80211_device *ieee, PBA_RECORD pBA) in DeActivateBAEntry() 90 void ResetBaEntry(PBA_RECORD pBA) in ResetBaEntry() 108 static struct sk_buff *ieee80211_ADDBA(struct ieee80211_device *ieee, u8 *Dst, PBA_RECORD pBA, u16 … in ieee80211_ADDBA() 185 PBA_RECORD pBA, in ieee80211_DELBA() 251 u8 *dst, PBA_RECORD pBA) in ieee80211_send_ADDBAReq() 275 PBA_RECORD pBA, u16 StatusCode) in ieee80211_send_ADDBARsp() 300 PBA_RECORD pBA, enum tr_select TxRxSelect, in ieee80211_send_DELBA() 324 PBA_RECORD pBA = NULL; in ieee80211_rx_ADDBAReq() local 618 PBA_RECORD pBA = &pTS->tx_pending_ba_record; in TsInitAddBA() local
|