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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h219 #define IWH_F_RUNNING (1 << 5) macro
H A Diwh.c530 if (sc->sc_flags & IWH_F_RUNNING) {
1014 if (sc->sc_flags & IWH_F_RUNNING) {
3512 if (sc->sc_flags & IWH_F_RUNNING) {
3571 if (sc->sc_flags & IWH_F_RUNNING) {
3698 atomic_or_32(&sc->sc_flags, IWH_F_RUNNING);
3730 atomic_and_32(&sc->sc_flags, ~IWH_F_RUNNING);
3842 atomic_or_32(&sc->sc_flags, IWH_F_RUNNING);

Completed in 53 milliseconds