Searched refs:RX_DIR (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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() 608 RX_DIR, in ieee80211_rx_DELBA() 692 else if(TxRxSelect == RX_DIR) in TsInitDelBA() 742 RX_DIR, in RxBaInactTimeout()
|
D | ieee80211_rx.c | 1031 RX_DIR, in ieee80211_rx() 1281 GetTs(ieee,(PTS_COMMON_INFO *) &pTS,hdr->addr2,TID,RX_DIR,true); in ieee80211_rx()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 429 if (TxRxSelect == RX_DIR) { in RemoveTsEntry() 491 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 499 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 524 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS() 530 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
|
D | rtl819x_TS.h | 31 RX_DIR = 1, enumerator
|
D | rtl819x_BAProc.c | 279 (u8)(pBaParamSet->field.TID), RX_DIR, true)) { in rtllib_rx_ADDBAReq() 464 (u8)pDelBaParamSet->field.TID, RX_DIR, false)) { in rtllib_rx_DELBA() 531 } else if (TxRxSelect == RX_DIR) { in TsInitDelBA() 569 &pRxTs->RxAdmittedBARecord, RX_DIR, in RxBaInactTimeout()
|
D | rtllib_rx.c | 907 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { in rtllib_rx_check_duplicate() 1359 GetTs(ieee, (struct ts_common_info **) &pTS, hdr->addr2, TID, RX_DIR, true); in rtllib_rx_InfraAdhoc()
|