Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c419 if(TxRxSelect == RX_DIR) { in RemoveTsEntry()
479 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
487 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
511 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
517 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
Drtl819x_BAProc.c366 RX_DIR, in ieee80211_rx_ADDBAReq()
576 RX_DIR, in ieee80211_rx_DELBA()
653 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA()
702 RX_DIR, in RxBaInactTimeout()
Drtl819x_TS.h14 RX_DIR = 1, enumerator
Dieee80211_rx.c1027 RX_DIR, in ieee80211_rx()
1269 GetTs(ieee,(struct ts_common_info **) &pTS,hdr->addr2,TID,RX_DIR,true); in ieee80211_rx()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c412 if (TxRxSelect == RX_DIR) { in RemoveTsEntry()
473 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
481 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
506 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
512 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
Drtl819x_TS.h25 RX_DIR = 1, enumerator
Drtl819x_BAProc.c271 (u8)(pBaParamSet->field.TID), RX_DIR, true)) { in rtllib_rx_ADDBAReq()
455 (u8)pDelBaParamSet->field.TID, RX_DIR, false)) { in rtllib_rx_DELBA()
521 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA()
562 &pRxTs->RxAdmittedBARecord, RX_DIR, in RxBaInactTimeout()
Drtllib_rx.c948 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate()
1416 RX_DIR, true); in rtllib_rx_InfraAdhoc()