Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8192e/
Drtl819x_TSProc.c395 struct ts_common_info *pTs, enum tr_select TxRxSelect) in RemoveTsEntry() argument
397 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()
398 del_timer_sync(&pTs->InactTimer); in RemoveTsEntry()
399 TsInitDelBA(ieee, pTs, TxRxSelect); in RemoveTsEntry()
403 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
430 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c408 static void RemoveTsEntry(struct ieee80211_device *ieee, struct ts_common_info *pTs, in RemoveTsEntry() argument
413 del_timer_sync(&pTs->setup_timer); in RemoveTsEntry()
414 del_timer_sync(&pTs->inact_timer); in RemoveTsEntry()
415 TsInitDelBA(ieee, pTs, TxRxSelect); in RemoveTsEntry()
419 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
446 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()