Lines Matching refs:ath_txq
158 struct ath_txq { struct
238 struct ath_txq *txq;
275 struct ath_txq *txq;
292 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
294 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
295 struct ath_txq *uapsdq;
553 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
554 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq);
555 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq);
556 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
557 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
559 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq);
562 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
680 struct ath_txq *cabq;