Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h221 #define IWH_F_SUSPEND (1 << 7) macro
H A Diwh.c534 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()
3094 if (sc->sc_flags & IWH_F_SUSPEND) { in iwh_send()