Searched refs:EXTSR_1000XFDX (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/mii/
H A Dgentbi.c144 if (extsr & (EXTSR_1000XFDX|EXTSR_1000XHDX)) {
259 if ((sc->mii_extcapabilities & EXTSR_1000XFDX) != 0 &&
H A Dmii.h194 #define EXTSR_1000XFDX 0x8000 /* 1000X full-duplex capable */ macro
199 #define EXTSR_MEDIAMASK (EXTSR_1000XFDX|EXTSR_1000XHDX| \
H A Dmii_physubr.c171 if ((sc->mii_extcapabilities & EXTSR_1000XFDX) != 0)
409 if ((sc->mii_extcapabilities & EXTSR_1000XFDX) != 0) {
H A De1000phy.c335 (EXTSR_1000XFDX | EXTSR_1000XHDX)) == 0)
/freebsd-10.0-release/sys/dev/cas/
H A Dif_cas.c2202 return (EXTSR_1000XFDX | EXTSR_1000XHDX);
/freebsd-10.0-release/sys/dev/gem/
H A Dif_gem.c1901 return (EXTSR_1000XFDX | EXTSR_1000XHDX);

Completed in 175 milliseconds