Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/eri/
H A Deri_phy.h93 #define PHY_BMSR_ANC (1 << 5) /* Auto Negotiation Completed */ macro
H A Deri.c4997 (mif_data & PHY_BMSR_LNKSTS) && (mif_data & PHY_BMSR_ANC)) { in eri_mif_check()
4998 mif_ints |= PHY_BMSR_ANC; in eri_mif_check()
5004 if ((mif_ints & PHY_BMSR_ANC) && (mif_data & PHY_BMSR_ANC)) { in eri_mif_check()
5011 erip->mif_mask |= PHY_BMSR_ANC; in eri_mif_check()
5366 erip->mif_mask &= ~PHY_BMSR_ANC; in eri_reset_xcvr()
/titanic_44/usr/src/uts/common/io/hme/
H A Dhme_phy.h93 #define PHY_BMSR_ANC (1 << 5) /* Auto Negotiation Completed */ macro