Searched refs:WI_FLAGS_RUNNING (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/wi/
H A Dif_wivar.h155 #define WI_FLAGS_RUNNING 0x0800 macro
H A Dif_wi.c566 (sc->sc_flags & WI_FLAGS_RUNNING) == 0) {
661 sc->sc_flags |= WI_FLAGS_RUNNING;
686 sc->sc_flags &= ~WI_FLAGS_RUNNING;
917 if ((sc->sc_flags & WI_FLAGS_RUNNING) == 0) {
1163 sc->sc_flags & WI_FLAGS_RUNNING) {
1180 } else if (sc->sc_flags & WI_FLAGS_RUNNING) {

Completed in 95 milliseconds