Searched refs:pTs (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c423 static void RemoveTsEntry(struct rtllib_device *ieee, struct ts_common_info *pTs, argument
426 del_timer_sync(&pTs->SetupTimer);
427 del_timer_sync(&pTs->InactTimer);
428 TsInitDelBA(ieee, pTs, TxRxSelect);
432 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs;
460 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs;
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c473 static void RemoveTsEntry(struct ieee80211_device *ieee, PTS_COMMON_INFO pTs, argument
478 del_timer_sync(&pTs->SetupTimer);
479 del_timer_sync(&pTs->InactTimer);
480 TsInitDelBA(ieee, pTs, TxRxSelect);
486 PRX_TS_RECORD pRxTS = (PRX_TS_RECORD)pTs;
520 PTX_TS_RECORD pTxTS = (PTX_TS_RECORD)pTs;

Completed in 325 milliseconds