Searched refs:RX_DIR (Results 1 - 8 of 8) sorted by relevance
/drivers/staging/rtl8192e/ |
H A D | rtl819x_TS.h | 31 RX_DIR = 1, enumerator in enum:tr_select
|
H A D | rtl819x_TSProc.c | 430 if (TxRxSelect == RX_DIR) { 491 RemoveTsEntry(ieee, pTS, RX_DIR); 499 RemoveTsEntry(ieee, pTS, RX_DIR); 524 RemoveTsEntry(ieee, pTS, RX_DIR); 530 RemoveTsEntry(ieee, pTS, RX_DIR);
|
H A D | rtl819x_BAProc.c | 279 (u8)(pBaParamSet->field.TID), RX_DIR, true)) { 461 (u8)pDelBaParamSet->field.TID, RX_DIR, false)) { 526 } else if (TxRxSelect == RX_DIR) { 564 &pRxTs->RxAdmittedBARecord, RX_DIR,
|
H A D | rtllib_rx.c | 918 (u8)Frame_QoSTID((u8 *)(skb->data)), RX_DIR, true)) { 1368 GetTs(ieee, (struct ts_common_info **) &pTS, hdr->addr2, TID, RX_DIR, true); local
|
/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TS.h | 14 RX_DIR = 1, enumerator in enum:_TR_SELECT
|
H A D | rtl819x_TSProc.c | 482 if(TxRxSelect == RX_DIR) 555 RemoveTsEntry(ieee, pTS, RX_DIR); 565 RemoveTsEntry(ieee, pTS, RX_DIR); 592 RemoveTsEntry(ieee, pTS, RX_DIR); 599 RemoveTsEntry(ieee, pTS, RX_DIR);
|
H A D | rtl819x_BAProc.c | 382 RX_DIR, 612 RX_DIR, 696 else if(TxRxSelect == RX_DIR) 746 RX_DIR,
|
H A D | ieee80211_rx.c | 1033 RX_DIR, 1284 GetTs(ieee,(PTS_COMMON_INFO *) &pTS,hdr->addr2,TID,RX_DIR,true); local
|
Completed in 275 milliseconds