Lines Matching defs:qnum
1830 int ath_txq_update(struct ath_softc *sc, int qnum,
1837 BUG_ON(sc->tx.txq[qnum].axq_qnum != qnum);
1839 ath9k_hw_get_txq_props(ah, qnum, &qi);
1846 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) {
1848 "Unable to update hardware queue %u!\n", qnum);
1851 ath9k_hw_resettxqueue(ah, qnum);
1861 int qnum = sc->beacon.cabq->axq_qnum;
1863 ath9k_hw_get_txq_props(sc->sc_ah, qnum, &qi);
1867 ath_txq_update(sc, qnum, &qi);
2062 ath_dbg(common, QUEUE, "qnum: %d, txq depth: %d\n",