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

/freebsd-11-stable/sys/dev/mii/
H A Dmii.h232 #define EXTSR_1000XHDX 0x4000 /* 1000X half-duplex capable */ macro
236 #define EXTSR_MEDIAMASK (EXTSR_1000XFDX|EXTSR_1000XHDX| \
H A Dgentbi.c144 if (extsr & (EXTSR_1000XFDX|EXTSR_1000XHDX)) {
H A Dmii_physubr.c253 if ((sc->mii_extcapabilities & EXTSR_1000XHDX) != 0)
463 if ((sc->mii_extcapabilities & EXTSR_1000XHDX) != 0) {
H A De1000phy.c330 (EXTSR_1000XFDX | EXTSR_1000XHDX)) == 0)
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c1338 val &= ~(EXTSR_1000XHDX | EXTSR_1000THDX);
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c2202 return (EXTSR_1000XFDX | EXTSR_1000XHDX);
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c1902 return (EXTSR_1000XFDX | EXTSR_1000XHDX);

Completed in 81 milliseconds