HomeSort by: relevance | last modified time | path
    Searched refs:EXTSR_1000XHDX (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/mii/
mii.h 303 #define EXTSR_1000XHDX 0x4000 /* 1000X half-duplex capable */
307 #define EXTSR_MEDIAMASK (EXTSR_1000XFDX | EXTSR_1000XHDX | \
makphy.c 230 && ((sc->mii_extcapabilities & (EXTSR_1000XFDX | EXTSR_1000XHDX))
283 &= ~(EXTSR_1000XFDX | EXTSR_1000XHDX);
gentbi.c 123 if (extsr & (EXTSR_1000XFDX | EXTSR_1000XHDX)) {
mii_physubr.c 216 if (sc->mii_extcapabilities & EXTSR_1000XHDX)
586 if (sc->mii_extcapabilities & EXTSR_1000XHDX) {
  /src/sys/dev/pci/
if_cas.c 1794 *val = EXTSR_1000XFDX | EXTSR_1000XHDX;
if_sip.c 3366 *val = (EXTSR_1000XFDX | EXTSR_1000XHDX);

Completed in 18 milliseconds