Home
last modified time | relevance | path

Searched defs:pBA (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_BAProc.c24 static void ActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA, in ActivateBAEntry()
32 static void DeActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA) in DeActivateBAEntry()
69 void ResetBaEntry(struct ba_record *pBA) in ResetBaEntry()
78 struct ba_record *pBA, in rtllib_ADDBA()
140 struct ba_record *pBA, in rtllib_DELBA()
195 struct ba_record *pBA) in rtllib_send_ADDBAReq()
211 struct ba_record *pBA, u16 StatusCode) in rtllib_send_ADDBARsp()
224 struct ba_record *pBA, enum tr_select TxRxSelect, in rtllib_send_DELBA()
242 struct ba_record *pBA = NULL; in rtllib_rx_ADDBAReq() local
496 struct ba_record *pBA = &pTS->TxPendingBARecord; in TsInitAddBA() local
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c18 static void ActivateBAEntry(struct ieee80211_device *ieee, PBA_RECORD pBA, u16 Time) in ActivateBAEntry()
30 static void DeActivateBAEntry(struct ieee80211_device *ieee, PBA_RECORD pBA) in DeActivateBAEntry()
92 void ResetBaEntry(PBA_RECORD pBA) in ResetBaEntry()
110 static struct sk_buff *ieee80211_ADDBA(struct ieee80211_device *ieee, u8 *Dst, PBA_RECORD pBA, u16 … in ieee80211_ADDBA()
191 PBA_RECORD pBA, in ieee80211_DELBA()
255 u8 *dst, PBA_RECORD pBA) in ieee80211_send_ADDBAReq()
283 PBA_RECORD pBA, u16 StatusCode) in ieee80211_send_ADDBARsp()
311 PBA_RECORD pBA, TR_SELECT TxRxSelect, in ieee80211_send_DELBA()
339 PBA_RECORD pBA = NULL; in ieee80211_rx_ADDBAReq() local
654 PBA_RECORD pBA = &pTS->TxPendingBARecord; in TsInitAddBA() local