Searched refs:BWN_FLAG_RUNNING (Results 1 – 2 of 2) sorted by relevance
946 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0) { in bwn_parent()951 } else if (sc->sc_flags & BWN_FLAG_RUNNING) in bwn_parent()966 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0) { in bwn_transmit()991 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0 || mac == NULL || in bwn_start()1834 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0 || in bwn_raw_xmit()1867 if (sc->sc_flags & BWN_FLAG_RUNNING) { in bwn_updateslot()2088 sc->sc_flags |= BWN_FLAG_RUNNING; in bwn_init()2119 sc->sc_flags &= ~BWN_FLAG_RUNNING; in bwn_stop()7496 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0) in bwn_led_newstate()
1036 #define BWN_FLAG_RUNNING (1 << 3) macro