Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c613 afep->afe_flags |= AFE_SUSPENDED; in afe_detach()
635 afep->afe_flags &= ~AFE_SUSPENDED; in afe_resume()
640 afep->afe_flags |= AFE_SUSPENDED; in afe_resume()
691 if (afep->afe_flags & AFE_SUSPENDED) { in afe_setrxfilt()
837 if (afep->afe_flags & AFE_SUSPENDED) { in afe_m_tx()
1826 if (afep->afe_flags & AFE_SUSPENDED) { in afe_intr()
2248 if ((afep->afe_flags & (AFE_RUNNING|AFE_SUSPENDED)) == AFE_RUNNING) in afe_m_stat()
H A Dafeimpl.h276 #define AFE_SUSPENDED 0x2 /* interface is suspended */ macro