Home
last modified time | relevance | path

Searched refs:axq_acq (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dxmit.c150 list_add_tail(&ac->list, &txq->axq_acq); in ath_tx_queue_tid()
1318 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) { in ath_txq_drain_pending_buffers()
1388 INIT_LIST_HEAD(&txq->axq_acq); in ath_txq_setup()
1592 if (work_pending(&sc->hw_reset_work) || list_empty(&txq->axq_acq) || in ath_txq_schedule()
1596 ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, list); in ath_txq_schedule()
1597 last_ac = list_entry(txq->axq_acq.prev, struct ath_atx_ac, list); in ath_txq_schedule()
1599 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) { in ath_txq_schedule()
1629 list_add_tail(&ac->list, &txq->axq_acq); in ath_txq_schedule()
Dath9k.h190 struct list_head axq_acq; member
Ddebug.c546 PRQLE("axq_acq empty: ", axq_acq); in read_file_xmit()
560 if (!list_empty(&txq->axq_acq)) { in read_file_xmit()
561 ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, in read_file_xmit()
Dmain.c63 if (txq->axq_depth || !list_empty(&txq->axq_acq)) in ath9k_has_pending_frames()