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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h200 #define IWN_FLAG_RUNNING (1 << 16) macro
H A Dif_iwn.c787 if (sc->sc_flags & IWN_FLAG_RUNNING) {
1393 if (sc->sc_flags & IWN_FLAG_RUNNING) {
4098 if (sc->sc_flags & IWN_FLAG_RUNNING) {
4159 if (sc->sc_flags & IWN_FLAG_RUNNING) {
4382 sc->sc_flags |= IWN_FLAG_RUNNING;
7654 sc->sc_flags |= IWN_FLAG_RUNNING;
7686 sc->sc_flags &= ~IWN_FLAG_RUNNING;

Completed in 90 milliseconds