Lines Matching refs:axq_qnum
338 TX_STAT_INC(txq->axq_qnum, a_retries); in ath_tx_set_retry()
1012 TX_STAT_INC(txq->axq_qnum, a_aggr); in ath_tx_form_aggr()
1311 info.qcu = txq->axq_qnum; in ath_tx_fill_desc()
1646 TX_STAT_INC(txq->axq_qnum, a_queued_hw); in ath9k_release_buffered_frames()
1681 int axq_qnum, i; in ath_txq_setup() local
1714 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
1715 if (axq_qnum == -1) { in ath_txq_setup()
1722 if (!ATH_TXQ_SETUP(sc, axq_qnum)) { in ath_txq_setup()
1723 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1725 txq->axq_qnum = axq_qnum; in ath_txq_setup()
1734 sc->tx.txqsetup |= 1<<axq_qnum; in ath_txq_setup()
1740 return &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1750 BUG_ON(sc->tx.txq[qnum].axq_qnum != qnum); in ath_txq_update()
1774 int qnum = sc->beacon.cabq->axq_qnum; in ath_cabq_update()
1861 if (ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum)) in ath_drain_all_txq()
1890 ath9k_hw_releasetxqueue(sc->sc_ah, txq->axq_qnum); in ath_tx_cleanupq()
1891 sc->tx.txqsetup &= ~(1<<txq->axq_qnum); in ath_tx_cleanupq()
2001 txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
2013 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2022 TX_STAT_INC(txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
2023 ath9k_hw_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr); in ath_tx_txqaddbuf()
2025 txq->axq_qnum, ito64(bf->bf_daddr), bf->bf_desc); in ath_tx_txqaddbuf()
2029 TX_STAT_INC(txq->axq_qnum, txstart); in ath_tx_txqaddbuf()
2030 ath9k_hw_txstart(ah, txq->axq_qnum); in ath_tx_txqaddbuf()
2066 TX_STAT_INC(txq->axq_qnum, queued); in ath_tx_send_normal()
2348 TX_STAT_INC(txq->axq_qnum, a_queued_sw); in ath_tx_start()
2445 TX_STAT_INC(txctl.txq->axq_qnum, queued); in ath_tx_cabq()
2612 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
2653 TX_STAT_INC(txq->axq_qnum, txprocdesc); in ath_tx_processq()
2729 TX_STAT_INC(txq->axq_qnum, txprocdesc); in ath_tx_edma_tasklet()
2917 ath9k_hw_tx99_start(sc->sc_ah, txctl->txq->axq_qnum); in ath9k_tx99_send()