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

/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c568 mxfep->mxfe_flags &= ~MXFE_RUNNING;
630 if (mxfep->mxfe_flags & MXFE_RUNNING) {
675 if ((mxfep->mxfe_flags & (MXFE_RUNNING|MXFE_SUSPENDED)) ==
676 MXFE_RUNNING) {
998 if (mxfep->mxfe_flags & MXFE_RUNNING)
1211 if (mxfep->mxfe_flags & MXFE_RUNNING)
1399 if (mxfep->mxfe_flags & MXFE_RUNNING)
1457 if ((mxfep->mxfe_flags & MXFE_RUNNING) == 0)
1736 mxfep->mxfe_flags |= MXFE_RUNNING;
1753 mxfep->mxfe_flags &= ~MXFE_RUNNING;
[all...]
H A Dmxfeimpl.h301 #define MXFE_RUNNING 0x1 /* chip is initialized */ macro

Completed in 62 milliseconds