Searched refs:MWL_IS_SUSPEND (Results 1 – 2 of 2) sorted by relevance
626 #define MWL_IS_SUSPEND(_sc) (((_sc)->sc_flags & MWL_F_SUSPEND)) macro
2755 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()