Home
last modified time | relevance | path

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

/titanic_41/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) { in iwh_attach()
1014 if (sc->sc_flags & IWH_F_RUNNING) { in iwh_detach()
3512 if (sc->sc_flags & IWH_F_RUNNING) { in iwh_m_ioctl()
3571 if (sc->sc_flags & IWH_F_RUNNING) { in iwh_m_setprop()
3698 atomic_or_32(&sc->sc_flags, IWH_F_RUNNING); in iwh_m_start()
3730 atomic_and_32(&sc->sc_flags, ~IWH_F_RUNNING); in iwh_m_stop()
3842 atomic_or_32(&sc->sc_flags, IWH_F_RUNNING); in iwh_thread()