Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c338 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()
1316 info.qcu = txq->axq_qnum; in ath_tx_fill_desc()
1651 TX_STAT_INC(txq->axq_qnum, a_queued_hw); in ath9k_release_buffered_frames()
1686 int axq_qnum, i; in ath_txq_setup() local
1719 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
1720 if (axq_qnum == -1) { in ath_txq_setup()
1727 if (!ATH_TXQ_SETUP(sc, axq_qnum)) { in ath_txq_setup()
1728 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1730 txq->axq_qnum = axq_qnum; in ath_txq_setup()
[all …]
Ddebug.h197 #define PR_QNUM(_n) sc->tx.txq_map[_n]->axq_qnum
Dgpio.c425 ath9k_hw_init_btcoex_hw(sc->sc_ah, txq->axq_qnum); in ath9k_init_btcoex()
Dmain.c815 TX_STAT_INC(txctl.txq->axq_qnum, txfailed); in ath9k_tx()
856 if (!ath9k_hw_numtxpending(ah, txq->axq_qnum)) in ath9k_txq_has_key()
1719 queue, txq->axq_qnum, params->aifs, params->cw_min, in ath9k_conf_tx()
1723 ret = ath_txq_update(sc, txq->axq_qnum, &qi); in ath9k_conf_tx()
Dbeacon.c51 ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi_be); in ath9k_beaconq_config()
Ddebug.c629 seq_printf(file, "%s: %d ", "qnum", txq->axq_qnum); in print_queue()
788 int qnum = txq->axq_qnum; in ath_debug_stat_tx()
Dath9k.h160 u32 axq_qnum; /* ath9k hardware queue number */ member