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

  /src/sys/dev/ic/
ath.c 416 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0);
417 if (sc->sc_cabq == NULL) {
453 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) {
2338 ncabq = ath_hal_numtxpending(ah, sc->sc_cabq->axq_qnum);
2399 ath_hal_txstart(ah, sc->sc_cabq->axq_qnum);
3850 txq = sc->sc_cabq;
4100 if (txq != sc->sc_cabq)
4238 if (txqactive(sc->sc_ah, sc->sc_cabq->axq_qnum))
4239 ath_tx_processq(sc, sc->sc_cabq);
4279 if (txqactive(sc->sc_ah, sc->sc_cabq->axq_qnum)
    [all...]
athvar.h 289 struct ath_txq *sc_cabq; /* tx q for cab frames */ member in struct:ath_softc

Completed in 15 milliseconds