Searched refs:MWL_F_RUNNING (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h618 #define MWL_F_RUNNING (1 << 0) macro
625 #define MWL_IS_RUNNING(_sc) (((_sc)->sc_flags & MWL_F_RUNNING))
H A Dmwl.c3643 sc->sc_flags |= MWL_F_RUNNING;
3662 sc->sc_flags &= ~MWL_F_RUNNING;

Completed in 71 milliseconds