Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wi/
H A Dif_wivar.h158 #define WI_FLAGS_RUNNING 0x0800 macro
H A Dif_wi.c603 (sc->sc_flags & WI_FLAGS_RUNNING) == 0) { in wi_intr()
698 sc->sc_flags |= WI_FLAGS_RUNNING; in wi_init()
723 sc->sc_flags &= ~WI_FLAGS_RUNNING; in wi_stop()
934 if ((sc->sc_flags & WI_FLAGS_RUNNING) == 0) { in wi_transmit()
1186 sc->sc_flags & WI_FLAGS_RUNNING) { in wi_parent()
1203 } else if (sc->sc_flags & WI_FLAGS_RUNNING) { in wi_parent()