Home
last modified time | relevance | path

Searched refs:EXTSR_1000XHDX (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/dev/mii/
HDmii.h195 #define EXTSR_1000XHDX 0x4000 /* 1000X half-duplex capable */ macro
199 #define EXTSR_MEDIAMASK (EXTSR_1000XFDX|EXTSR_1000XHDX| \
HDgentbi.c144 if (extsr & (EXTSR_1000XFDX|EXTSR_1000XHDX)) { in gentbi_probe()
HDmii_physubr.c173 if ((sc->mii_extcapabilities & EXTSR_1000XHDX) != 0) in mii_phy_auto()
402 if ((sc->mii_extcapabilities & EXTSR_1000XHDX) != 0) { in mii_phy_add_media()
HDe1000phy.c338 (EXTSR_1000XFDX | EXTSR_1000XHDX)) == 0) in e1000phy_service()
/trueos/sys/dev/cadence/
HDif_cgem.c1302 val &= ~(EXTSR_1000XHDX | EXTSR_1000THDX); in cgem_miibus_readreg()
/trueos/sys/dev/gem/
HDif_gem.c1901 return (EXTSR_1000XFDX | EXTSR_1000XHDX); in gem_mii_readreg()
/trueos/sys/dev/cas/
HDif_cas.c2202 return (EXTSR_1000XFDX | EXTSR_1000XHDX); in cas_mii_readreg()