Home
last modified time | relevance | path

Searched refs:RX_DIR (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8192e/
Drtl819x_TSProc.c401 if (TxRxSelect == RX_DIR) { in RemoveTsEntry()
462 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
470 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
495 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
501 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
Drtl819x_TS.h17 RX_DIR = 1, enumerator
Drtl819x_BAProc.c263 (u8)(pBaParamSet->field.tid), RX_DIR, true)) { in rtllib_rx_ADDBAReq()
447 (u8)pDelBaParamSet->field.tid, RX_DIR, false)) { in rtllib_rx_DELBA()
512 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA()
553 &pRxTs->rx_admitted_ba_record, RX_DIR, in RxBaInactTimeout()
Drtllib_rx.c940 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate()
1407 RX_DIR, true); in rtllib_rx_InfraAdhoc()
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c417 if (TxRxSelect == RX_DIR) { in RemoveTsEntry()
475 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
483 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
507 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
513 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
Drtl819x_BAProc.c362 RX_DIR, in ieee80211_rx_ADDBAReq()
572 RX_DIR, in ieee80211_rx_DELBA()
649 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA()
698 RX_DIR, in RxBaInactTimeout()
Drtl819x_TS.h14 RX_DIR = 1, enumerator
Dieee80211_rx.c1014 RX_DIR, in ieee80211_rx()
1247 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx()