Home
last modified time | relevance | path

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

/titanic_41/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) { in iwp_attach()
922 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_detach()
3346 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_m_ioctl()
3406 if (sc->sc_flags & IWP_F_RUNNING) { in iwp_m_setprop()
3523 atomic_or_32(&sc->sc_flags, IWP_F_RUNNING); in iwp_m_start()
3555 atomic_and_32(&sc->sc_flags, ~IWP_F_RUNNING); in iwp_m_stop()
3667 atomic_or_32(&sc->sc_flags, IWP_F_RUNNING); in iwp_thread()