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

/freebsd-12-stable/sys/dev/mii/
H A Dmii.h234 #define EXTSR_1000XHDX 0x4000 /* 1000X half-duplex capable */ macro
238 #define EXTSR_MEDIAMASK (EXTSR_1000XFDX|EXTSR_1000XHDX| \
H A Dgentbi.c146 if (extsr & (EXTSR_1000XFDX|EXTSR_1000XHDX)) {
H A Dmii_physubr.c255 if ((sc->mii_extcapabilities & EXTSR_1000XHDX) != 0)
465 if ((sc->mii_extcapabilities & EXTSR_1000XHDX) != 0) {
H A De1000phy.c332 (EXTSR_1000XFDX | EXTSR_1000XHDX)) == 0)
/freebsd-12-stable/sys/dev/cadence/
H A Dif_cgem.c1346 val &= ~(EXTSR_1000XHDX | EXTSR_1000THDX);
/freebsd-12-stable/sys/dev/gem/
H A Dif_gem.c1904 return (EXTSR_1000XFDX | EXTSR_1000XHDX);
/freebsd-12-stable/sys/dev/cas/
H A Dif_cas.c2178 return (EXTSR_1000XFDX | EXTSR_1000XHDX);

Completed in 106 milliseconds