Searched refs:IWH_F_SUSPEND (Results 1 – 2 of 2) sorted by relevance
221 #define IWH_F_SUSPEND (1 << 7) macro
534 atomic_and_32(&sc->sc_flags, ~IWH_F_SUSPEND); in iwh_attach()1012 atomic_or_32(&sc->sc_flags, IWH_F_SUSPEND); in iwh_detach()3034 if (sc->sc_flags & IWH_F_SUSPEND) { in iwh_m_tx()3093 if (sc->sc_flags & IWH_F_SUSPEND) { in iwh_send()