HomeSort by: relevance | last modified time | path
    Searched refs:ath_txq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athvar.h 154 struct ath_txq { struct
280 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES];
281 struct ath_txq *sc_ac2q[5]; /* WME AC -> h/w q map */
289 struct ath_txq *sc_cabq; /* tx q for cab frames */
ath.c 169 static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
172 static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
3332 static struct ath_txq *
3374 struct ath_txq *txq = &sc->sc_txq[qnum];
3401 struct ath_txq *txq;
3426 struct ath_txq *txq = sc->sc_ac2q[ac];
3468 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
3621 struct ath_txq *txq;
4111 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
4334 ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq
    [all...]

Completed in 16 milliseconds