Home
last modified time | relevance | path

Searched refs:BMSR_ANEG (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/dc/
H A Ddcphy.c162 sc->mii_capabilities = BMSR_ANEG | BMSR_10TFDX | BMSR_10THDX; in dcphy_attach()
167 BMSR_ANEG | BMSR_10TFDX | BMSR_10THDX; in dcphy_attach()
170 BMSR_ANEG | BMSR_100TXFDX | BMSR_100TXHDX | in dcphy_attach()
/freebsd/sys/dev/mii/
H A Dmii.h80 #define BMSR_ANEG 0x0008 /* Autonegotiation capable */ macro
H A Dmv88e151x.c116 sc->mii_capabilities &= ~BMSR_ANEG; in mv88e151x_attach()
H A Drgephy.c128 sc->mii_capabilities = (PHY_READ(sc, MII_BMSR) | BMSR_ANEG) & in rgephy_attach()
H A Dmii_physubr.c524 if ((sc->mii_capabilities & BMSR_ANEG) != 0) { in mii_phy_add_media()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c381 if (bmsr & BMSR_ANEG) { in axgbe_miibus_statchg()
/freebsd/sys/dev/nge/
H A Dif_nge.c427 rv = BMSR_ANEG | BMSR_EXTCAP | BMSR_EXTSTAT; in nge_miibus_readreg()