Home
last modified time | relevance | path

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

/titanic_50/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.c2755 if (!MWL_IS_RUNNING(sc) || MWL_IS_SUSPEND(sc)) { in mwl_send()
3315 if (!MWL_IS_RUNNING(sc) || MWL_IS_SUSPEND(sc)) { in mwl_intr()
3699 if (MWL_IS_SUSPEND(sc)) { in mwl_m_tx()