Lines Matching refs:ath_txq
158 struct ath_txq { struct
237 struct ath_txq *txq;
274 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;
552 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
553 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq);
554 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq);
555 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
556 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
558 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq);
561 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
679 struct ath_txq *cabq;