ath_txq
static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
static struct ath_txq *
struct ath_txq *txq = &sc->sc_txq[qnum];
struct ath_txq *txq;
struct ath_txq *txq = sc->sc_ac2q[ac];
ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
struct ath_txq *txq;
ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq)
ath_tx_stopdma(struct ath_softc *sc, struct ath_txq *txq)
struct ath_txq *axq;
struct ath_txq *txq = sc->sc_ac2q[i];
struct ath_txq sc_txq[HAL_NUM_TX_QUEUES];
struct ath_txq *sc_ac2q[5]; /* WME AC -> h/w q map */
struct ath_txq *sc_cabq; /* tx q for cab frames */