Searched refs:TX_DIR (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_TS.h15 TX_DIR = 0, enumerator in enum:tr_select
H A Drtl819x_TSProc.c181 if (tx_rx_select == TX_DIR) {
191 if (tx_rx_select == TX_DIR)
277 pUnusedList = (tx_rx_select == TX_DIR) ?
281 pAddmitList = (tx_rx_select == TX_DIR) ?
285 Dir = ((tx_rx_select == TX_DIR) ? DIR_UP : DIR_DOWN);
291 if (tx_rx_select == TX_DIR) {
371 RemoveTsEntry(ieee, ts, TX_DIR);
381 RemoveTsEntry(ieee, ts, TX_DIR);
410 RemoveTsEntry(ieee, ts, TX_DIR);
416 RemoveTsEntry(ieee, ts, TX_DIR);
[all...]
H A Drtl819x_BAProc.c142 del_ba_param_set.field.initiator = (tx_rx_select == TX_DIR) ? 1 : 0;
341 (u8)(ba_param_set->field.tid), TX_DIR, false)) {
397 rtllib_send_DELBA(ieee, dst, &BA, TX_DIR, reason_code);
449 (u8)del_ba_param_set->field.tid, TX_DIR, false)) {
491 if (tx_rx_select == TX_DIR) {
529 &ts->tx_admitted_ba_record, TX_DIR,
H A Drtllib_tx.c293 skb->priority, TX_DIR, true)) {
479 skb->priority, TX_DIR, true))

Completed in 195 milliseconds