Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c943 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0) { in bwn_parent()
948 } else if (sc->sc_flags & BWN_FLAG_RUNNING) in bwn_parent()
963 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0) { in bwn_transmit()
988 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0 || mac == NULL || in bwn_start()
1832 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0 || in bwn_raw_xmit()
1865 if (sc->sc_flags & BWN_FLAG_RUNNING) { in bwn_updateslot()
2086 sc->sc_flags |= BWN_FLAG_RUNNING; in bwn_init()
2117 sc->sc_flags &= ~BWN_FLAG_RUNNING; in bwn_stop()
7482 if ((sc->sc_flags & BWN_FLAG_RUNNING) == 0) in bwn_led_newstate()
H A Dif_bwnvar.h1034 #define BWN_FLAG_RUNNING (1 << 3) macro