Lines Matching refs:ath_txq
158 struct ath_txq { struct
236 struct ath_txq *txq;
274 struct ath_txq *txq;
290 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
292 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
293 struct ath_txq *uapsdq;
566 static inline void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock()
570 static inline void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock()
581 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
582 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
583 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
585 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq);
588 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
710 struct ath_txq *cabq;