Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c410 static void RemoveTsEntry(struct ieee80211_device *ieee, struct ts_common_info *pTs, in RemoveTsEntry() argument
415 del_timer_sync(&pTs->setup_timer); in RemoveTsEntry()
416 del_timer_sync(&pTs->inact_timer); in RemoveTsEntry()
417 TsInitDelBA(ieee, pTs, TxRxSelect); in RemoveTsEntry()
422 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
450 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c406 struct ts_common_info *pTs, enum tr_select TxRxSelect) in RemoveTsEntry() argument
408 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()
409 del_timer_sync(&pTs->InactTimer); in RemoveTsEntry()
410 TsInitDelBA(ieee, pTs, TxRxSelect); in RemoveTsEntry()
414 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
441 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()