Lines Matching refs:ath_txq
158 struct ath_txq { struct
176 struct ath_txq *txq; argument
283 struct ath_txq *txq;
300 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
302 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
303 struct ath_txq *uapsdq;
554 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
555 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq);
556 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq);
557 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
558 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
560 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq);
563 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
680 struct ath_txq *cabq;