Lines Matching refs:ath_txq
183 static void ath_txq_init(struct ath_softc *sc, struct ath_txq *, int);
184 static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
186 static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
188 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
3791 ath_txqmove(struct ath_txq *dst, struct ath_txq *src) in ath_txqmove()
3987 ath_txq_init(struct ath_softc *sc, struct ath_txq *txq, int qnum) in ath_txq_init()
4005 static struct ath_txq *
4070 struct ath_txq *txq; in ath_tx_setup()
4094 struct ath_txq *txq = sc->sc_ac2q[ac]; in ath_txq_update()
4181 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_cleanupq()
4381 ath_tx_process_buf_completion(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_process_buf_completion()
4431 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) in ath_tx_processq()
4826 ath_txq_freeholdingbuf(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_freeholdingbuf()
4850 struct ath_txq *txq; in ath_txq_addholdingbuf()
4893 struct ath_txq *txq; in ath_freebuf()
4952 ath_tx_draintxq_get_one(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_draintxq_get_one()
5007 ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_draintxq()
5081 ath_tx_stopdma(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_stopdma()
5146 ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_dump()
6652 struct ath_txq *txq = sc->sc_ac2q[i]; in ath_announce()