Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_TSProc.c424 if (TxRxSelect == RX_DIR) { in RemoveTsEntry()
485 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
493 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
518 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
524 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
Drtl819x_TS.h25 RX_DIR = 1, enumerator
Drtl819x_BAProc.c273 (u8)(pBaParamSet->field.TID), RX_DIR, true)) { in rtllib_rx_ADDBAReq()
457 (u8)pDelBaParamSet->field.TID, RX_DIR, false)) { in rtllib_rx_DELBA()
523 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA()
561 &pRxTs->RxAdmittedBARecord, RX_DIR, in RxBaInactTimeout()
Drtllib_rx.c951 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate()
1424 RX_DIR, true); in rtllib_rx_InfraAdhoc()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c462 if(TxRxSelect == RX_DIR) in RemoveTsEntry()
535 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
545 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS()
572 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
579 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
Drtl819x_TS.h14 RX_DIR = 1, enumerator
Drtl819x_BAProc.c381 RX_DIR, in ieee80211_rx_ADDBAReq()
605 RX_DIR, in ieee80211_rx_DELBA()
689 else if(TxRxSelect == RX_DIR) in TsInitDelBA()
739 RX_DIR, in RxBaInactTimeout()
Dieee80211_rx.c1022 RX_DIR, in ieee80211_rx()
1269 GetTs(ieee,(PTS_COMMON_INFO *) &pTS,hdr->addr2,TID,RX_DIR,true); in ieee80211_rx()