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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h93 #define PHY_BMSR_ANC (1 << 5) /* Auto Negotiation Completed */ macro
/illumos-gate/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)) {
4998 mif_ints |= PHY_BMSR_ANC;
5004 if ((mif_ints & PHY_BMSR_ANC) && (mif_data & PHY_BMSR_ANC)) {
5011 erip->mif_mask |= PHY_BMSR_ANC;
5366 erip->mif_mask &= ~PHY_BMSR_ANC;

Completed in 53 milliseconds