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