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

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h239 #define IWP_F_RUNNING (1 << 5) macro
H A Diwp.c491 if (sc->sc_flags & IWP_F_RUNNING) {
922 if (sc->sc_flags & IWP_F_RUNNING) {
3346 if (sc->sc_flags & IWP_F_RUNNING) {
3406 if (sc->sc_flags & IWP_F_RUNNING) {
3523 atomic_or_32(&sc->sc_flags, IWP_F_RUNNING);
3555 atomic_and_32(&sc->sc_flags, ~IWP_F_RUNNING);
3667 atomic_or_32(&sc->sc_flags, IWP_F_RUNNING);

Completed in 68 milliseconds