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;
1728 TX_STAT_INC(sc, txq->axq_qnum, a_queued_hw);
1766 int axq_qnum, i; local
1799 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi);
1800 if (axq_qnum == -1) {
1807 if (!ATH_TXQ_SETUP(sc, axq_qnum)) {
1808 struct ath_txq *txq = &sc->tx.txq[axq_qnum];
1810 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 Dmain.c822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed);
863 if (!ath9k_hw_numtxpending(ah, txq->axq_qnum))
1742 queue, txq->axq_qnum, params->aifs, params->cw_min,
1746 ret = ath_txq_update(sc, txq->axq_qnum, &qi);
H A Dbeacon.c51 ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi_be);
H A Ddebug.c613 seq_printf(file, "%s: %d ", "qnum", txq->axq_qnum);
815 int qnum = txq->axq_qnum;
H A Dath9k.h161 u32 axq_qnum; /* ath9k hardware queue number */ member in struct:ath_txq
285 * (axq_qnum).

Completed in 159 milliseconds