Home
last modified time | relevance | path

Searched refs:BMSR_ACOMP (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/dev/netif/mii_layer/
H A Dmii.h85 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */ macro
H A Dukphy_subr.c94 if ((bmsr & BMSR_ACOMP) == 0) { in ukphy_status()
H A Dacphy.c267 if ((bmsr & BMSR_ACOMP) == 0) { in acphy_status()
H A Dinphy.c212 if ((bmsr & BMSR_ACOMP) == 0) { in inphy_status()
H A Dqsphy.c263 if ((bmsr & BMSR_ACOMP) == 0) { in qsphy_status()
H A Druephy.c268 if ((bmsr & BMSR_ACOMP) == 0) { in ruephy_status()
H A Dlxtphy.c281 if ((bmsr & BMSR_ACOMP) == 0) { in lxtphy_status()
H A Drlphy.c283 if ((bmsr & BMSR_ACOMP) == 0) { in rlphy_status()
H A Damphy.c236 if ((bmsr & BMSR_ACOMP) == 0) { in amphy_status()
H A Dnsphy.c317 if ((bmsr & BMSR_ACOMP) == 0) { in nsphy_status()
H A Dtruephy.c327 if ((bmsr & BMSR_ACOMP) == 0) { in truephy_status()
H A Dmii_physubr.c173 if (PHY_READ(sc, MII_BMSR) & BMSR_ACOMP) in mii_phy_auto()
/dragonfly/sys/bus/u4b/net/
H A Druephy.c214 if ((bmsr & BMSR_ACOMP) == 0) { in ruephy_status()
/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c1607 if ((bmsr & BMSR_ACOMP) == 0) { in txp_ifmedia_sts()