Home
last modified time | relevance | path

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

/openbsd/sys/dev/mii/
H A Dmii.h227 #define EXTSR_1000XHDX 0x4000 /* 1000X half-duplex capable */ macro
231 #define EXTSR_MEDIAMASK (EXTSR_1000XFDX|EXTSR_1000XHDX| \
H A Dmii_physubr.c140 if (sc->mii_extcapabilities & EXTSR_1000XHDX) in mii_phy_auto()
432 if (sc->mii_extcapabilities & EXTSR_1000XHDX) { in mii_phy_add_media()
H A Dgentbi.c119 if (extsr & (EXTSR_1000XFDX|EXTSR_1000XHDX)) { in gentbimatch()
/openbsd/sys/dev/ic/
H A Dgem.c1436 return (EXTSR_1000XFDX|EXTSR_1000XHDX); in gem_pcs_readreg()
/openbsd/sys/dev/pci/
H A Dif_cas.c1570 return (EXTSR_1000XFDX|EXTSR_1000XHDX); in cas_pcs_readreg()