Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c356 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 Drtl819x_TS.h17 RX_DIR = 1, enumerator
H A Drtl819x_BAProc.c257 (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 Drtllib_rx.c928 (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 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()
H A 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()
H A Drtl819x_TS.h14 RX_DIR = 1, enumerator
H A Dieee80211_rx.c1016 RX_DIR, in ieee80211_rx()
1251 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx()