Lines Matching refs:acq
120 struct ath_acq *acq; in __ath_tx_queue_tid() local
128 acq = &ctx->acq[acno]; in __ath_tx_queue_tid()
131 tid_list = &acq->acq_new; in __ath_tx_queue_tid()
133 tid_list = &acq->acq_old; in __ath_tx_queue_tid()
142 struct ath_acq *acq; in ath_tx_queue_tid() local
147 acq = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; in ath_tx_queue_tid()
148 spin_lock_bh(&acq->lock); in ath_tx_queue_tid()
150 spin_unlock_bh(&acq->lock); in ath_tx_queue_tid()
727 struct ath_acq *acq = &sc->cur_chan->acq[q]; in ath_tx_count_airtime() local
729 spin_lock_bh(&acq->lock); in ath_tx_count_airtime()
733 spin_unlock_bh(&acq->lock); in ath_tx_count_airtime()
1985 struct ath_acq *acq; in ath_txq_schedule() local
1996 acq = &sc->cur_chan->acq[txq->mac80211_qnum]; in ath_txq_schedule()
2002 tid_list = &acq->acq_new; in ath_txq_schedule()
2004 tid_list = &acq->acq_old; in ath_txq_schedule()
2011 spin_lock_bh(&acq->lock); in ath_txq_schedule()
2013 list_move_tail(&tid->list, &acq->acq_old); in ath_txq_schedule()
2014 spin_unlock_bh(&acq->lock); in ath_txq_schedule()
2019 spin_lock_bh(&acq->lock); in ath_txq_schedule()
2020 if ((tid_list == &acq->acq_new) && !list_empty(&acq->acq_old)) in ath_txq_schedule()
2021 list_move_tail(&tid->list, &acq->acq_old); in ath_txq_schedule()
2025 spin_unlock_bh(&acq->lock); in ath_txq_schedule()
2036 spin_lock_bh(&acq->lock); in ath_txq_schedule()
2037 list_move_tail(&tid->list, &acq->acq_old); in ath_txq_schedule()
2038 spin_unlock_bh(&acq->lock); in ath_txq_schedule()