Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h619 #define MWL_F_SUSPEND (1 << 1) macro
626 #define MWL_IS_SUSPEND(_sc) (((_sc)->sc_flags & MWL_F_SUSPEND))
H A Dmwl.c3827 sc->sc_flags &= ~MWL_F_SUSPEND; in mwl_attach()
4254 sc->sc_flags |= MWL_F_SUSPEND; in mwl_detach()