Searched refs:RX_DIR (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 419 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()
|
D | rtl819x_BAProc.c | 366 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()
|
D | rtl819x_TS.h | 14 RX_DIR = 1, enumerator
|
D | ieee80211_rx.c | 1027 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/ |
D | rtl819x_TSProc.c | 412 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()
|
D | rtl819x_TS.h | 25 RX_DIR = 1, enumerator
|
D | rtl819x_BAProc.c | 271 (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()
|
D | rtllib_rx.c | 948 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate() 1416 RX_DIR, true); in rtllib_rx_InfraAdhoc()
|