Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/mii_layer/
H A Dmii.h196 #define EXTSR_1000THDX 0x1000 /* 1000T half-duplex capable */ macro
199 EXTSR_1000TFDX | EXTSR_1000THDX)
H A De1000phy.c179 if ((sc->mii_extcapabilities & (EXTSR_1000TFDX | EXTSR_1000THDX)) == 0) in e1000phy_attach()
346 (EXTSR_1000TFDX | EXTSR_1000THDX)) == 0) in e1000phy_service()
401 (EXTSR_1000TFDX | EXTSR_1000THDX)) != 0) in e1000phy_service()
554 (EXTSR_1000TFDX | EXTSR_1000THDX)) != 0) { in e1000phy_mii_phy_auto()
H A Dmii_physubr.c151 (EXTSR_1000THDX|EXTSR_1000TFDX))) in mii_phy_auto()
160 if (sc->mii_extcapabilities & EXTSR_1000THDX) in mii_phy_auto()
310 if (sc->mii_extcapabilities & EXTSR_1000THDX) { in mii_phy_add_media()
391 (EXTSR_1000THDX | EXTSR_1000TFDX))) in mii_phy_set_media()
H A Datphy.c208 EXTSR_1000THDX)) != 0) in atphy_service()
403 (EXTSR_1000TFDX | EXTSR_1000THDX)) != 0) in atphy_setmedia()
H A Dukphy_subr.c103 (EXTSR_1000THDX | EXTSR_1000TFDX)) != 0) { in ukphy_status()
H A Dtruephy.c167 sc->mii_extcapabilities &= ~EXTSR_1000THDX; in truephy_attach()