Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c395 TX_STAT_INC(sc, txq->axq_qnum, a_retries); in ath_tx_set_retry()
1100 TX_STAT_INC(sc, txq->axq_qnum, a_aggr); in ath_tx_form_aggr()
1415 info.qcu = txq->axq_qnum; in ath_tx_fill_desc()
1730 TX_STAT_INC(sc, txq->axq_qnum, a_queued_hw); in ath9k_release_buffered_frames()
1768 int axq_qnum, i; in ath_txq_setup() local
1801 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
1802 if (axq_qnum == -1) { in ath_txq_setup()
1809 if (!ATH_TXQ_SETUP(sc, axq_qnum)) { in ath_txq_setup()
1810 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1812 txq->axq_qnum = axq_qnum; in ath_txq_setup()
[all …]
H A Dgpio.c431 ath9k_hw_init_btcoex_hw(sc->sc_ah, txq->axq_qnum); in ath9k_init_btcoex()
H A Dmain.c821 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
862 if (!ath9k_hw_numtxpending(ah, txq->axq_qnum)) in ath9k_txq_has_key()
1741 queue, txq->axq_qnum, params->aifs, params->cw_min, in ath9k_conf_tx()
1745 ret = ath_txq_update(sc, txq->axq_qnum, &qi); in ath9k_conf_tx()