Searched refs:sc_txq_active (Results 1 – 2 of 2) sorted by relevance
2307 sc->sc_txq_active, in ath_intr()2308 sc->sc_txq_active | txqs); in ath_intr()2309 sc->sc_txq_active |= txqs; in ath_intr()4607 txqs = sc->sc_txq_active; in ath_tx_proc_q0()4608 sc->sc_txq_active &= ~txqs; in ath_tx_proc_q0()4652 txqs = sc->sc_txq_active; in ath_tx_proc_q0123()4653 sc->sc_txq_active &= ~txqs; in ath_tx_proc_q0123()4708 txqs = sc->sc_txq_active; in ath_tx_proc()4709 sc->sc_txq_active &= ~txqs; in ath_tx_proc()
709 uint32_t sc_txq_active; /* bitmap of active TXQs */ member