Home
last modified time | relevance | path

Searched refs:PHY_BMSR_JABDET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h97 #define PHY_BMSR_JABDET (1 << 1) /* Jabber Condition Detected */ macro
H A Deri.c5188 if (mif_ints & PHY_BMSR_JABDET) { in eri_mif_check()
5189 if (mif_data & PHY_BMSR_JABDET) { in eri_mif_check()
5339 erip->mif_mask &= ~PHY_BMSR_JABDET; in eri_reset_xcvr()
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h97 #define PHY_BMSR_JABDET (1 << 1) /* Jabber Condition Detected */ macro