Lines Matching defs:txq
623 static void print_queue(struct ath_softc *sc, struct ath_txq *txq,
626 ath_txq_lock(sc, txq);
628 seq_printf(file, "%s: %d ", "qnum", txq->axq_qnum);
629 seq_printf(file, "%s: %2d ", "qdepth", txq->axq_depth);
630 seq_printf(file, "%s: %2d ", "ampdu-depth", txq->axq_ampdu_depth);
631 seq_printf(file, "%s: %3d\n", "pending", txq->pending_frames);
633 ath_txq_unlock(sc, txq);
640 struct ath_txq *txq;
647 txq = sc->tx.txq_map[i];
649 print_queue(sc, txq, file);
783 struct ath_tx_status *ts, struct ath_txq *txq,
786 int qnum = txq->axq_qnum;