Searched defs:pTS (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtl819x_BAProc.c | 238 struct rx_ts_record *pTS = NULL; rtllib_rx_ADDBAReq() local 323 struct tx_ts_record *pTS = NULL; rtllib_rx_ADDBARsp() local 485 void TsInitAddBA(struct rtllib_device *ieee, struct tx_ts_record *pTS, TsInitAddBA() argument
|
H A D | rtl819x_TSProc.c | 119 static void ResetTxTsEntry(struct tx_ts_record *pTS) ResetTxTsEntry() argument 131 static void ResetRxTsEntry(struct rx_ts_record *pTS) ResetRxTsEntry() argument 461 struct ts_common_info *pTS, *pTmpTS; RemovePeerTS() local 503 struct ts_common_info *pTS, *pTmpTS; RemoveAllTS() local
|
H A D | rtllib_tx.c | 521 struct tx_ts_record *pTS = NULL; rtllib_query_seqnum() local
|
H A D | rtllib_rx.c | 457 static bool AddReorderEntry(struct rx_ts_record *pTS, AddReorderEntry() argument 1314 struct rx_ts_record *pTS = NULL; rtllib_rx_InfraAdhoc() local 541 rtllib_FlushRxTsPendingPkts(struct rtllib_device *ieee, struct rx_ts_record *pTS) rtllib_FlushRxTsPendingPkts() argument 574 RxReorderIndicatePacket(struct rtllib_device *ieee, struct rtllib_rxb *prxb, struct rx_ts_record *pTS, u16 SeqNum) RxReorderIndicatePacket() argument
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_tx.c | 588 PTX_TS_RECORD pTS = NULL; ieee80211_query_seqnum() local
|
H A D | rtl819x_BAProc.c | 343 PRX_TS_RECORD pTS = NULL; ieee80211_rx_ADDBAReq() local 440 PTX_TS_RECORD pTS = NULL; ieee80211_rx_ADDBARsp() local 644 TsInitAddBA( struct ieee80211_device *ieee, PTX_TS_RECORD pTS, u8 Policy, u8 bOverwritePending ) TsInitAddBA() argument
|
H A D | rtl819x_TSProc.c | 122 static void ResetTxTsEntry(PTX_TS_RECORD pTS) ResetTxTsEntry() argument 133 static void ResetRxTsEntry(PRX_TS_RECORD pTS) ResetRxTsEntry() argument 507 PTS_COMMON_INFO pTS, pTmpTS; RemovePeerTS() local 554 PTS_COMMON_INFO pTS, pTmpTS; RemoveAllTS() local
|
H A D | ieee80211_rx.c | 513 static bool AddReorderEntry(PRX_TS_RECORD pTS, PRX_REORDER_ENTRY pReorderEntry) AddReorderEntry() argument 895 PRX_TS_RECORD pTS = NULL; ieee80211_rx() local 591 RxReorderIndicatePacket(struct ieee80211_device *ieee, struct ieee80211_rxb *prxb, PRX_TS_RECORD pTS, u16 SeqNum) RxReorderIndicatePacket() argument
|
Completed in 220 milliseconds