Home
last modified time | relevance | path

Searched refs:tx_rx_select (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c174 enum tr_select tx_rx_select) in SearchAdmitTRStream() argument
181 if (tx_rx_select == TX_DIR) { in SearchAdmitTRStream()
191 if (tx_rx_select == TX_DIR) in SearchAdmitTRStream()
228 u8 *addr, u8 TID, enum tr_select tx_rx_select, bool add_new_ts) in rtllib_get_ts() argument
268 *ppTS = SearchAdmitTRStream(ieee, addr, UP, tx_rx_select); in rtllib_get_ts()
277 pUnusedList = (tx_rx_select == TX_DIR) ? in rtllib_get_ts()
281 pAddmitList = (tx_rx_select == TX_DIR) ? in rtllib_get_ts()
285 Dir = ((tx_rx_select == TX_DIR) ? DIR_UP : DIR_DOWN); in rtllib_get_ts()
291 if (tx_rx_select == TX_DIR) { in rtllib_get_ts()
324 struct ts_common_info *pTs, enum tr_select tx_rx_select) in RemoveTsEntry() argument
[all …]
H A Drtl819x_BAProc.c128 enum tr_select tx_rx_select, u16 reason_code) in rtllib_DELBA() argument
142 del_ba_param_set.field.initiator = (tx_rx_select == TX_DIR) ? 1 : 0; in rtllib_DELBA()
202 struct ba_record *ba, enum tr_select tx_rx_select, in rtllib_send_DELBA() argument
207 skb = rtllib_DELBA(ieee, dst, ba, tx_rx_select, reason_code); in rtllib_send_DELBA()
489 enum tr_select tx_rx_select) in rtllib_ts_init_del_ba() argument
491 if (tx_rx_select == TX_DIR) { in rtllib_ts_init_del_ba()
500 tx_rx_select, DELBA_REASON_END_BA); in rtllib_ts_init_del_ba()
501 } else if (tx_rx_select == RX_DIR) { in rtllib_ts_init_del_ba()
507 tx_rx_select, DELBA_REASON_END_BA); in rtllib_ts_init_del_ba()
H A Drtllib.h1754 enum tr_select tx_rx_select);
1760 u8 TID, enum tr_select tx_rx_select, bool add_new_ts);