Searched defs:pTS (Results  1 – 8 of 8) sorted by relevance
| /linux-4.4.14/drivers/staging/rtl8192e/ | 
| D | rtl819x_TSProc.c | 119 static void ResetTxTsEntry(struct tx_ts_record *pTS)  in ResetTxTsEntry()131 static void ResetRxTsEntry(struct rx_ts_record *pTS)  in ResetRxTsEntry()
 461 	struct ts_common_info *pTS, *pTmpTS;  in RemovePeerTS()  local
 503 	struct ts_common_info *pTS, *pTmpTS;  in RemoveAllTS()  local
 
 | 
| D | rtl819x_BAProc.c | 238 	struct rx_ts_record *pTS = NULL;  in rtllib_rx_ADDBAReq()  local323 	struct tx_ts_record *pTS = NULL;  in rtllib_rx_ADDBARsp()  local
 485 void TsInitAddBA(struct rtllib_device *ieee, struct tx_ts_record *pTS,  in TsInitAddBA()
 
 | 
| D | rtllib_rx.c | 457 static bool AddReorderEntry(struct rx_ts_record *pTS,  in AddReorderEntry()542 				 struct rx_ts_record *pTS)  in rtllib_FlushRxTsPendingPkts()
 576 				    struct rx_ts_record *pTS, u16 SeqNum)  in RxReorderIndicatePacket()
 1314 	struct rx_ts_record *pTS = NULL;  in rtllib_rx_InfraAdhoc()  local
 
 | 
| D | rtllib_tx.c | 521 		struct tx_ts_record *pTS = NULL;  in rtllib_query_seqnum()  local
 | 
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ | 
| D | rtl819x_TSProc.c | 122 static void ResetTxTsEntry(PTX_TS_RECORD pTS)  in ResetTxTsEntry()133 static void ResetRxTsEntry(PRX_TS_RECORD pTS)  in ResetRxTsEntry()
 507 	PTS_COMMON_INFO	pTS, pTmpTS;  in RemovePeerTS()  local
 554 	PTS_COMMON_INFO pTS, pTmpTS;  in RemoveAllTS()  local
 
 | 
| D | rtl819x_BAProc.c | 343 	PRX_TS_RECORD	pTS = NULL;  in ieee80211_rx_ADDBAReq()  local440 	PTX_TS_RECORD		pTS = NULL;  in ieee80211_rx_ADDBARsp()  local
 646 	PTX_TS_RECORD	pTS,  in TsInitAddBA()
 
 | 
| D | ieee80211_rx.c | 513 static bool AddReorderEntry(PRX_TS_RECORD pTS, PRX_REORDER_ENTRY pReorderEntry)  in AddReorderEntry()593 				    PRX_TS_RECORD pTS, u16 SeqNum)  in RxReorderIndicatePacket()
 895 	PRX_TS_RECORD pTS = NULL;  in ieee80211_rx()  local
 
 | 
| D | ieee80211_tx.c | 588 		PTX_TS_RECORD pTS = NULL;  in ieee80211_query_seqnum()  local
 |