Lines Matching defs:txq
608 static void print_queue(struct ath_softc *sc, struct ath_txq *txq,
611 ath_txq_lock(sc, txq);
613 seq_printf(file, "%s: %d ", "qnum", txq->axq_qnum);
614 seq_printf(file, "%s: %2d ", "qdepth", txq->axq_depth);
615 seq_printf(file, "%s: %2d ", "ampdu-depth", txq->axq_ampdu_depth);
616 seq_printf(file, "%s: %3d\n", "pending", txq->pending_frames);
618 ath_txq_unlock(sc, txq);
625 struct ath_txq *txq;
632 txq = sc->tx.txq_map[i];
634 print_queue(sc, txq, file);
812 struct ath_tx_status *ts, struct ath_txq *txq,
815 int qnum = txq->axq_qnum;