Home
last modified time | relevance | path

Searched refs:sc_txq_active (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath.c2299 sc->sc_txq_active, in ath_intr()
2300 sc->sc_txq_active | txqs); in ath_intr()
2301 sc->sc_txq_active |= txqs; in ath_intr()
4599 txqs = sc->sc_txq_active; in ath_tx_proc_q0()
4600 sc->sc_txq_active &= ~txqs; in ath_tx_proc_q0()
4644 txqs = sc->sc_txq_active; in ath_tx_proc_q0123()
4645 sc->sc_txq_active &= ~txqs; in ath_tx_proc_q0123()
4700 txqs = sc->sc_txq_active; in ath_tx_proc()
4701 sc->sc_txq_active &= ~txqs; in ath_tx_proc()
H A Dif_athvar.h709 uint32_t sc_txq_active; /* bitmap of active TXQs */ member