Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/eri/
H A Deri_phy.h96 #define PHY_BMSR_LNKSTS (1 << 2) /* Link Status */ macro
H A Deri.c4829 if (!(stat & PHY_BMSR_LNKSTS) && in eri_check_link_noind()
4996 if (param_autoneg && (mif_ints & PHY_BMSR_LNKSTS) && in eri_mif_check()
4997 (mif_data & PHY_BMSR_LNKSTS) && (mif_data & PHY_BMSR_ANC)) { in eri_mif_check()
5012 erip->mif_mask &= ~PHY_BMSR_LNKSTS; in eri_mif_check()
5090 if (mif_ints & PHY_BMSR_LNKSTS) { in eri_mif_check()
5091 if (mif_data & PHY_BMSR_LNKSTS) { in eri_mif_check()
5125 if (mif_data & PHY_BMSR_LNKSTS) { in eri_mif_check()
5383 erip->mif_mask &= ~PHY_BMSR_LNKSTS; in eri_reset_xcvr()
/titanic_41/usr/src/uts/common/io/hme/
H A Dhme_phy.h96 #define PHY_BMSR_LNKSTS (1 << 2) /* Link Status */ macro