Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h762 u_int sc_txqsetup; /* h/w queues setup */ member
1023 #define ATH_TXQ_SETUP(sc, i) ((sc)->sc_txqsetup & (1<<i))
H A Dif_ath.c269 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) { in ath_legacy_attach_comp_func()
4061 sc->sc_txqsetup |= 1<<qnum; in ath_txq_setup()
4193 sc->sc_txqsetup &= ~(1<<txq->axq_qnum); in ath_tx_cleanupq()