Searched refs:RX_DIR (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 356 if (TxRxSelect == RX_DIR) { in RemoveTsEntry() 417 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 425 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 450 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS() 456 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
|
H A D | rtl819x_TS.h | 17 RX_DIR = 1, enumerator
|
H A D | rtl819x_BAProc.c | 257 (u8)(pBaParamSet->field.tid), RX_DIR, true)) { in rtllib_rx_ADDBAReq() 436 (u8)pDelBaParamSet->field.tid, RX_DIR, false)) { in rtllib_rx_DELBA() 501 } else if (TxRxSelect == RX_DIR) { in rtllib_ts_init_del_ba() 542 &pRxTs->rx_admitted_ba_record, RX_DIR, in rtllib_rx_ba_inact_timeout()
|
H A D | rtllib_rx.c | 928 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate() 1388 RX_DIR, true); in rtllib_rx_InfraAdhoc()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A 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()
|
H A 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()
|
H A D | rtl819x_TS.h | 14 RX_DIR = 1, enumerator
|
H A D | ieee80211_rx.c | 1016 RX_DIR, in ieee80211_rx() 1251 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx()
|