Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2307 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()
H A Dif_athvar.h709 uint32_t sc_txq_active; /* bitmap of active TXQs */ member