Searched refs:IWP_F_RUNNING (Results 1 – 2 of 2) sorted by relevance
239 #define IWP_F_RUNNING (1 << 5) macro
495 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()