Searched refs:pTs (Results 1 – 2 of 2) sorted by relevance
395 struct ts_common_info *pTs, enum tr_select TxRxSelect) in RemoveTsEntry() argument397 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()
408 static void RemoveTsEntry(struct ieee80211_device *ieee, struct ts_common_info *pTs, in RemoveTsEntry() argument413 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()