Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c1841 struct list_head *ac_list; in ath_txq_schedule() local
1851 ac_list = &sc->cur_chan->acq[txq->mac80211_qnum]; in ath_txq_schedule()
1853 if (list_empty(ac_list)) { in ath_txq_schedule()
1860 last_ac = list_entry(ac_list->prev, struct ath_atx_ac, list); in ath_txq_schedule()
1861 while (!list_empty(ac_list)) { in ath_txq_schedule()
1867 ac = list_first_entry(ac_list, struct ath_atx_ac, list); in ath_txq_schedule()
1895 list_add_tail(&ac->list, ac_list); in ath_txq_schedule()
1906 last_ac = list_entry(ac_list->prev, in ath_txq_schedule()