Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtl819x_TSProc.c142 struct tx_ts_record *pTxTS = ieee->TxTsRecord; in TSInitialize() local
457 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry() local
531 void TsStartAddBaProcess(struct rtllib_device *ieee, struct tx_ts_record *pTxTS) in TsStartAddBaProcess()
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c143 PTX_TS_RECORD pTxTS = ieee->TxTsRecord; in TSInitialize() local
525 PTX_TS_RECORD pTxTS = (PTX_TS_RECORD)pTs; in RemoveTsEntry() local
610 void TsStartAddBaProcess(struct ieee80211_device* ieee, PTX_TS_RECORD pTxTS) in TsStartAddBaProcess()