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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c606 sc->sc_flags &= ~IPW2100_FLAG_RUNNING;
677 sc->sc_flags |= IPW2100_FLAG_RUNNING;
1891 sc->sc_flags |= IPW2100_FLAG_RUNNING;
1910 sc->sc_flags &= ~IPW2100_FLAG_RUNNING;
1932 if (sc->sc_flags & IPW2100_FLAG_RUNNING) {
1970 if (recfg && (sc->sc_flags & IPW2100_FLAG_RUNNING)) {
2292 if (sc->sc_flags & IPW2100_FLAG_RUNNING) {
2299 if (sc->sc_flags & IPW2100_FLAG_RUNNING)
2539 if (sc->sc_flags & IPW2100_FLAG_RUNNING) {
H A Dipw2100_impl.h119 #define IPW2100_FLAG_RUNNING (1 << 2) macro

Completed in 50 milliseconds