Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h620 #define MWL_F_QUIESCE (1 << 2) macro
627 #define MWL_IS_QUIESCE(_sc) (((_sc)->sc_flags & MWL_F_QUIESCE))
H A Dmwl.c4331 sc->sc_flags |= MWL_F_QUIESCE; in mwl_quiesce()