Home
last modified time | relevance | path

Searched refs:EXTSR_1000TFDX (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mii/
H A Dmii.h233 #define EXTSR_1000TFDX 0x2000 /* 1000T full-duplex capable */ macro
237 EXTSR_1000TFDX|EXTSR_1000THDX)
H A Dmii_physubr.c228 (EXTSR_1000THDX | EXTSR_1000TFDX)) != 0) in mii_phy_setmedia()
271 (EXTSR_1000THDX | EXTSR_1000TFDX)) != 0) in mii_phy_auto()
277 if ((sc->mii_extcapabilities & EXTSR_1000TFDX) != 0) in mii_phy_auto()
501 if ((sc->mii_extcapabilities & EXTSR_1000TFDX) != 0) { in mii_phy_add_media()
631 (EXTSR_1000THDX | EXTSR_1000TFDX)) != 0) in mii_phy_dev_attach()
H A Datphy.c157 if ((sc->mii_extcapabilities & (EXTSR_1000TFDX | in atphy_service()
347 (EXTSR_1000TFDX | EXTSR_1000THDX)) != 0) in atphy_setmedia()
H A Dukphy_subr.c97 (EXTSR_1000THDX | EXTSR_1000TFDX)) != 0) { in ukphy_status()
H A De1000phy.c172 (EXTSR_1000TFDX | EXTSR_1000THDX)) != 0) in e1000phy_attach()
489 if ((sc->mii_extcapabilities & EXTSR_1000TFDX) != 0) in e1000phy_mii_phy_auto()
H A Dgentbi.c139 if (extsr & (EXTSR_1000TFDX|EXTSR_1000THDX)) in gentbi_probe()