Searched defs:pBA (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 16 void ActivateBAEntry(struct ieee80211_device* ieee, PBA_RECORD pBA, u16 Time) in ActivateBAEntry() 28 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() 190 PBA_RECORD pBA, in ieee80211_DELBA() 254 void ieee80211_send_ADDBAReq(struct ieee80211_device* ieee, u8* dst, PBA_RECORD pBA) in ieee80211_send_ADDBAReq() 281 void ieee80211_send_ADDBARsp(struct ieee80211_device* ieee, u8* dst, PBA_RECORD pBA, u16 StatusCode) in ieee80211_send_ADDBARsp() 308 void ieee80211_send_DELBA(struct ieee80211_device* ieee, u8* dst, PBA_RECORD pBA, TR_SELECT TxRxSel… in ieee80211_send_DELBA() 335 PBA_RECORD pBA = NULL; in ieee80211_rx_ADDBAReq() local 645 PBA_RECORD pBA = &pTS->TxPendingBARecord; in TsInitAddBA() local
|
/linux-3.3/drivers/staging/rtl8192e/ |
D | rtl819x_BAProc.c | 22 static void ActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA, in ActivateBAEntry() 30 static void DeActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA) in DeActivateBAEntry() 67 void ResetBaEntry(struct ba_record *pBA) in ResetBaEntry() 76 struct ba_record *pBA, in rtllib_ADDBA() 139 struct ba_record *pBA, in rtllib_DELBA() 196 struct ba_record *pBA) in rtllib_send_ADDBAReq() 212 struct ba_record *pBA, u16 StatusCode) in rtllib_send_ADDBARsp() 225 struct ba_record *pBA, enum tr_select TxRxSelect, in rtllib_send_DELBA() 243 struct ba_record *pBA = NULL; in rtllib_rx_ADDBAReq() local 489 struct ba_record *pBA = &pTS->TxPendingBARecord; in TsInitAddBA() local
|