Lines Matching defs:qnum
1829 int ath_txq_update(struct ath_softc *sc, int qnum,
1836 BUG_ON(sc->tx.txq[qnum].axq_qnum != qnum);
1838 ath9k_hw_get_txq_props(ah, qnum, &qi);
1845 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) {
1847 "Unable to update hardware queue %u!\n", qnum);
1850 ath9k_hw_resettxqueue(ah, qnum);
1860 int qnum = sc->beacon.cabq->axq_qnum;
1862 ath9k_hw_get_txq_props(sc->sc_ah, qnum, &qi);
1866 ath_txq_update(sc, qnum, &qi);
2061 ath_dbg(common, QUEUE, "qnum: %d, txq depth: %d\n",