Searched refs:RX_DIR (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 417 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()
|
D | rtl819x_BAProc.c | 362 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()
|
D | rtl819x_TS.h | 14 RX_DIR = 1, enumerator
|
D | ieee80211_rx.c | 1006 RX_DIR, in ieee80211_rx() 1240 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx()
|
/Linux-v5.4/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 404 if (TxRxSelect == RX_DIR) { in RemoveTsEntry() 465 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 473 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 498 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS() 504 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
|
D | rtl819x_TS.h | 17 RX_DIR = 1, enumerator
|
D | rtl819x_BAProc.c | 263 (u8)(pBaParamSet->field.TID), RX_DIR, true)) { in rtllib_rx_ADDBAReq() 447 (u8)pDelBaParamSet->field.TID, RX_DIR, false)) { in rtllib_rx_DELBA() 513 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA() 554 &pRxTs->RxAdmittedBARecord, RX_DIR, in RxBaInactTimeout()
|
D | rtllib_rx.c | 940 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate() 1407 RX_DIR, true); in rtllib_rx_InfraAdhoc()
|