Searched refs:RX_DIR (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 424 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()
|
D | rtl819x_TS.h | 25 RX_DIR = 1, enumerator
|
D | rtl819x_BAProc.c | 273 (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()
|
D | rtllib_rx.c | 951 (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/ |
D | rtl819x_TSProc.c | 462 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()
|
D | rtl819x_TS.h | 14 RX_DIR = 1, enumerator
|
D | rtl819x_BAProc.c | 381 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()
|
D | ieee80211_rx.c | 1022 RX_DIR, in ieee80211_rx() 1269 GetTs(ieee,(PTS_COMMON_INFO *) &pTS,hdr->addr2,TID,RX_DIR,true); in ieee80211_rx()
|