Searched defs:ath_txq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h246 struct ath_txq { struct
300 struct ath_txq asc_txq[HAL_NUM_TX_QUEUES]; /* tx queues */
301 struct ath_txq *asc_ac2q[5]; /* WME AC -> h/w qnum */
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h460 struct ath_txq { struct
525 struct ath_txq *txq;
556 struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
557 void arn_tx_cleanupq(struct arn_softc *sc, struct ath_txq *txq);
560 void arn_tx_draintxq(struct arn_softc *sc, struct ath_txq *txq);
561 void arn_txq_schedule(struct arn_softc *sc, struct ath_txq *txq);
931 struct ath_txq sc_txq[ATH9K_NUM_TX_QUEUES];
938 struct ath_txq *sc_cabq;

Completed in 50 milliseconds