Searched refs:BWI_F_STOP (Results 1 – 2 of 2) sorted by relevance
1273 sc->sc_flags &= ~BWI_F_STOP; in bwi_init_statechg()1466 sc->sc_flags |= BWI_F_STOP; in bwi_stop_locked()1515 (sc->sc_flags & BWI_F_STOP)) { in bwi_intr()1626 if (sc->sc_flags & BWI_F_STOP) { in bwi_intr()1776 !(sc->sc_flags & BWI_F_STOP)) in bwi_newstate()2663 if (sc->sc_flags & BWI_F_STOP) { in bwi_rxeof()
651 #define BWI_F_STOP 0x4 macro