Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h241 #define IWP_F_SUSPEND (1 << 7) macro
H A Diwp.c499 atomic_and_32(&sc->sc_flags, ~IWP_F_SUSPEND); in iwp_attach()
924 atomic_or_32(&sc->sc_flags, IWP_F_SUSPEND); in iwp_detach()
2935 if (sc->sc_flags & IWP_F_SUSPEND) { in iwp_m_tx()
2992 if (sc->sc_flags & IWP_F_SUSPEND) { in iwp_send()