Home
last modified time | relevance | path

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.c495 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_attach()
926 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_detach()
3350 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_m_ioctl()
3410 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_m_setprop()
3527 atomic_or_32(&sc->sc_flags, IWP_F_RUNNING); in iwp_m_start()
3559 atomic_and_32(&sc->sc_flags, ~IWP_F_RUNNING); in iwp_m_stop()
3671 atomic_or_32(&sc->sc_flags, IWP_F_RUNNING); in iwp_thread()