Searched refs:axq_acq (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 119 list_add_tail(&ac->list, &txq->axq_acq); in ath_tx_queue_tid() 926 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) { in ath_txq_drain_pending_buffers() 1003 INIT_LIST_HEAD(&txq->axq_acq); in ath_txq_setup() 1241 if (list_empty(&txq->axq_acq) || in ath_txq_schedule() 1245 ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, list); in ath_txq_schedule() 1246 last_ac = list_entry(txq->axq_acq.prev, struct ath_atx_ac, list); in ath_txq_schedule() 1248 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) { in ath_txq_schedule() 1279 list_add_tail(&ac->list, &txq->axq_acq); in ath_txq_schedule() 2155 !list_empty(&txq->axq_acq) || in ath_tx_complete_poll_work() 2170 list_empty(&txq->axq_acq), in ath_tx_complete_poll_work()
|
D | debug.c | 582 PRQLE("axq_acq empty: ", axq_acq); in read_file_xmit() 597 if (!list_empty(&txq->axq_acq)) { in read_file_xmit() 598 ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, in read_file_xmit()
|
D | ath9k.h | 192 struct list_head axq_acq; member
|
D | main.c | 63 if (txq->axq_depth || !list_empty(&txq->axq_acq)) in ath9k_has_pending_frames()
|