Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h626 #define MWL_IS_SUSPEND(_sc) (((_sc)->sc_flags & MWL_F_SUSPEND)) macro
H A Dmwl.c2764 if (!MWL_IS_RUNNING(sc) || MWL_IS_SUSPEND(sc)) { in mwl_send()
3324 if (!MWL_IS_RUNNING(sc) || MWL_IS_SUSPEND(sc)) { in mwl_intr()
3708 if (MWL_IS_SUSPEND(sc)) { in mwl_m_tx()