Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2_var.h218 #define IWK_F_LAZY_RESUME (1 << 11) macro
H A Diwk2.c501 sc->sc_flags |= IWK_F_LAZY_RESUME; in iwk_attach()
3372 if (ic->ic_mach && (sc->sc_flags & IWK_F_LAZY_RESUME)) { in iwk_thread()
3376 sc->sc_flags &= ~IWK_F_LAZY_RESUME; in iwk_thread()