Searched defs:pBA (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ | 
| D | rtl819x_BAProc.c | 18 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
 651 	PBA_RECORD			pBA = &pTS->TxPendingBARecord;  in TsInitAddBA()  local
 
 | 
| /linux-4.4.14/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()
 138 				    struct ba_record *pBA,  in rtllib_DELBA()
 190 				 struct ba_record *pBA)  in rtllib_send_ADDBAReq()
 205 				 struct ba_record *pBA, u16 StatusCode)  in rtllib_send_ADDBARsp()
 217 			      struct ba_record *pBA, enum tr_select TxRxSelect,  in rtllib_send_DELBA()
 234 	struct ba_record *pBA = NULL;  in rtllib_rx_ADDBAReq()  local
 488 	struct ba_record *pBA = &pTS->TxPendingBARecord;  in TsInitAddBA()  local
 
 |