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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h90 #define PHY_BMSR_10FDX (1 << 12) /* PHY able to perform 10Base-T FDX */ macro
101 | PHY_BMSR_10FDX | PHY_BMSR_10HDX)
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h90 #define PHY_BMSR_10FDX (1 << 12) /* PHY able to perform 10Base-T FDX */ macro
101 | PHY_BMSR_10FDX | PHY_BMSR_10HDX)
H A Deri.c5271 param_bmsr_10fdx = 1 && (stat & PHY_BMSR_10FDX);

Completed in 69 milliseconds