Lines Matching refs:axq_qnum
269 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) { in ath_legacy_attach_comp_func()
3989 txq->axq_qnum = qnum; in ath_txq_init()
4103 ath_hal_gettxqueueprops(ah, txq->axq_qnum, &qi); in ath_txq_update()
4149 __func__, txq->axq_qnum, qi.tqi_qflags, in ath_txq_update()
4152 if (!ath_hal_settxqueueprops(ah, txq->axq_qnum, &qi)) { in ath_txq_update()
4157 ath_hal_resettxqueue(ah, txq->axq_qnum); /* push to h/w */ in ath_txq_update()
4184 ath_hal_releasetxqueue(sc->sc_ah, txq->axq_qnum); in ath_tx_cleanupq()
4185 sc->sc_txqsetup &= ~(1<<txq->axq_qnum); in ath_tx_cleanupq()
4445 __func__, txq->axq_qnum, in ath_tx_processq()
4446 (caddr_t)(uintptr_t) ath_hal_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
4451 txq->axq_qnum, in ath_tx_processq()
4452 (caddr_t)(uintptr_t) ath_hal_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
4471 ath_printtxbuf(sc, bf, txq->axq_qnum, 0, in ath_tx_processq()
4474 ath_printtxbuf(sc, bf, txq->axq_qnum, 0, in ath_tx_processq()
4489 txq->axq_qnum, bf, ds); in ath_tx_processq()
4498 if (txq->axq_qnum != bf->bf_state.bfs_tx_queue) { in ath_tx_processq()
4502 txq->axq_qnum, in ath_tx_processq()
4506 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) { in ath_tx_processq()
4510 txq->axq_qnum, in ath_tx_processq()
4539 txq->axq_qnum, bf, ds, ni, ts->ts_status); in ath_tx_processq()
4580 txq->axq_qnum); in ath_tx_processq()
4613 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum)) in ath_tx_proc_q0()
4667 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum)) in ath_tx_proc_q0123()
4973 txq->axq_qnum, in ath_tx_draintxq_get_one()
4989 txq->axq_qnum, in ath_tx_draintxq_get_one()
5044 ath_printtxbuf(sc, bf, txq->axq_qnum, ix, status); in ath_tx_draintxq()
5091 txq->axq_qnum, in ath_tx_stopdma()
5092 (caddr_t)(uintptr_t) ath_hal_gettxbuf(ah, txq->axq_qnum), in ath_tx_stopdma()
5093 (int) (!! ath_hal_txqenabled(ah, txq->axq_qnum)), in ath_tx_stopdma()
5094 (int) ath_hal_numtxpending(ah, txq->axq_qnum), in ath_tx_stopdma()
5099 (void) ath_hal_stoptxdma(ah, txq->axq_qnum); in ath_tx_stopdma()
5106 ath_printtxbuf(sc, txq->axq_holdingbf, txq->axq_qnum, 0, 0); in ath_tx_stopdma()
5156 __func__, txq->axq_qnum); in ath_tx_dump()
5158 ath_printtxbuf(sc, bf, txq->axq_qnum, i, in ath_tx_dump()
5164 __func__, txq->axq_qnum); in ath_tx_dump()
6655 txq->axq_qnum, ieee80211_wme_acnames[i]); in ath_announce()
6658 sc->sc_cabq->axq_qnum); in ath_announce()