Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1420 info.qcu = txq->axq_qnum; in ath_tx_fill_desc()
1767 int axq_qnum, i; in ath_txq_setup() local
1801 if (axq_qnum == -1) { in ath_txq_setup()
1808 if (!ATH_TXQ_SETUP(sc, axq_qnum)) { in ath_txq_setup()
1811 txq->axq_qnum = axq_qnum; in ath_txq_setup()
1820 sc->tx.txqsetup |= 1<<axq_qnum; in ath_txq_setup()
1826 return &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1860 int qnum = sc->beacon.cabq->axq_qnum; in ath_cabq_update()
2062 txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
2074 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
[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); 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()
H A Dbeacon.c51 ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi_be); in ath9k_beaconq_config()
H A Ddebug.c613 seq_printf(file, "%s: %d ", "qnum", txq->axq_qnum); in print_queue()
815 int qnum = txq->axq_qnum; in ath_debug_stat_tx()
H A Dath9k.h161 u32 axq_qnum; /* ath9k hardware queue number */ member