Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_TSProc.c418 struct ts_common_info *pTs, enum tr_select TxRxSelect) in RemoveTsEntry() argument
420 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()
421 del_timer_sync(&pTs->InactTimer); in RemoveTsEntry()
422 TsInitDelBA(ieee, pTs, TxRxSelect); in RemoveTsEntry()
426 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
453 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c453 static void RemoveTsEntry(struct ieee80211_device *ieee, PTS_COMMON_INFO pTs, in RemoveTsEntry() argument
458 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()
459 del_timer_sync(&pTs->InactTimer); in RemoveTsEntry()
460 TsInitDelBA(ieee, pTs, TxRxSelect); in RemoveTsEntry()
466 PRX_TS_RECORD pRxTS = (PRX_TS_RECORD)pTs; in RemoveTsEntry()
500 PTX_TS_RECORD pTxTS = (PTX_TS_RECORD)pTs; in RemoveTsEntry()