Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.c568 mxfep->mxfe_flags &= ~MXFE_RUNNING; in mxfe_detach()
630 if (mxfep->mxfe_flags & MXFE_RUNNING) { in mxfe_resume()
675 if ((mxfep->mxfe_flags & (MXFE_RUNNING|MXFE_SUSPENDED)) == in mxfe_m_promisc()
676 MXFE_RUNNING) { in mxfe_m_promisc()
998 if (mxfep->mxfe_flags & MXFE_RUNNING) in mxfe_stopphy()
1211 if (mxfep->mxfe_flags & MXFE_RUNNING) in mxfe_startphynway()
1399 if (mxfep->mxfe_flags & MXFE_RUNNING) in mxfe_startphymii()
1457 if ((mxfep->mxfe_flags & MXFE_RUNNING) == 0) in mxfe_checklink()
1736 mxfep->mxfe_flags |= MXFE_RUNNING; in mxfe_m_start()
1753 mxfep->mxfe_flags &= ~MXFE_RUNNING; in mxfe_m_stop()
[all …]
H A Dmxfeimpl.h301 #define MXFE_RUNNING 0x1 /* chip is initialized */ macro