Searched refs:axq_qnum (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c398 TX_STAT_INC(sc, txq->axq_qnum, a_retries);
1104 TX_STAT_INC(sc, txq->axq_qnum, a_aggr);
1419 info.qcu = txq->axq_qnum;
1734 TX_STAT_INC(sc, txq->axq_qnum, a_queued_hw);
1772 int axq_qnum, i; local
1805 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi);
1806 if (axq_qnum == -1) {
1813 if (!ATH_TXQ_SETUP(sc, axq_qnum)) {
1814 struct ath_txq *txq = &sc->tx.txq[axq_qnum];
1816 txq->axq_qnum
[all...]
H A Ddebug.h196 #define PR_QNUM(_n) sc->tx.txq_map[_n]->axq_qnum
H A Dgpio.c430 ath9k_hw_init_btcoex_hw(sc->sc_ah, txq->axq_qnum);
H A Dbeacon.c51 ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi_be);
H A Dmain.c821 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed);
862 if (!ath9k_hw_numtxpending(ah, txq->axq_qnum))
1741 queue, txq->axq_qnum, params->aifs, params->cw_min,
1745 ret = ath_txq_update(sc, txq->axq_qnum, &qi);
H A Ddebug.c613 seq_printf(file, "%s: %d ", "qnum", txq->axq_qnum);
815 int qnum = txq->axq_qnum;
H A Dath9k.h162 u32 axq_qnum; /* ath9k hardware queue number */ member in struct:ath_txq
286 * (axq_qnum).

Completed in 207 milliseconds