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