Searched refs:axq_acq (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c122 list_add_tail(&ac->list, &txq->axq_acq);
886 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) {
958 INIT_LIST_HEAD(&txq->axq_acq);
1183 if (list_empty(&txq->axq_acq))
1186 ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, list);
1216 list_add_tail(&ac->list, &txq->axq_acq);
H A Dath9k.h206 struct list_head axq_acq; member in struct:ath_txq

Completed in 58 milliseconds