Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h249 #define UATH_IS_SUSPEND(_sc) ((_sc)->sc_flags & UATH_FLAG_SUSPEND) macro
H A Duath.c1689 if (UATH_IS_RUNNING(sc) && !UATH_IS_SUSPEND(sc)) { in uath_data_rxeof()
1913 if (UATH_IS_SUSPEND(sc) && (nstate != IEEE80211_S_INIT)) { in uath_newstate()
2008 if (UATH_IS_SUSPEND(sc)) { in uath_send()
2985 UATH_IS_SUSPEND(sc)) { in uath_m_tx()