Lines Matching refs:ath_txq
159 struct ath_txq { struct
237 struct ath_txq *txq;
275 struct ath_txq *txq;
291 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
293 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
294 struct ath_txq *uapsdq;
567 static inline void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock()
571 static inline void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock()
582 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
583 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
584 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
586 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq);
589 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
710 struct ath_txq *cabq;