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

/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h163 uint16_t mxfe_aner; member in struct:mxfe
H A Dmxfe.c1086 mxfep->mxfe_aner |= MII_AN_EXP_LPCANAN;
1088 mxfep->mxfe_aner &= ~(MII_AN_EXP_LPCANAN);
1498 mxfep->mxfe_aner = aner;
2821 ((mxfep->mxfe_aner & MII_AN_EXP_LPCANAN) != 0));
2861 *val = (mxfep->mxfe_aner & MII_AN_EXP_LPCANAN) ? 1 : 0;

Completed in 63 milliseconds