Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dukphy_subr.c88 if ((bmsr & BMSR_ACOMP) == 0) { in ukphy_status()
H A Daxphy.c155 if ((bmsr & BMSR_ACOMP) == 0) { in axphy_status()
H A Dmii.h78 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */ macro
H A Drdcphy.c209 if ((bmsr & BMSR_ACOMP) == 0) { in rdcphy_status()
H A Damphy.c167 if ((bmsr & BMSR_ACOMP) == 0) { in amphy_status()
H A Dbmtphy.c210 if ((bmsr & BMSR_ACOMP) == 0) { in bmtphy_status()
H A Dgentbi.c239 if ((bmsr & BMSR_ACOMP) == 0) { in gentbi_status()
H A Dnsgphy.c209 if ((bmsr & BMSR_ACOMP) == 0) { in nsgphy_status()
H A Dnsphyter.c198 if ((bmsr & BMSR_ACOMP) == 0) { in nsphyter_status()
H A Drlphy.c190 if ((bmsr & BMSR_ACOMP) == 0) { in rlphy_status()
H A Dtdkphy.c174 if ((bmsr & BMSR_ACOMP) == 0) { in tdkphy_status()
H A Dacphy.c216 if ((bmsr & BMSR_ACOMP) == 0) { in acphy_status()
H A Dsmscphy.c208 if ((bmsr & BMSR_ACOMP) == 0) { in smscphy_status()
H A Dlxtphy.c220 if ((bmsr & BMSR_ACOMP) == 0) { in lxtphy_status()
H A Dnsphy.c228 if ((bmsr & BMSR_ACOMP) == 0) { in nsphy_status()
H A Dsmcphy.c245 if ((bmsr & BMSR_ACOMP) == 0) { in smcphy_status()
H A Dmv88e151x.c212 if ((bmsr & BMSR_ACOMP) == 0) { in mv88e151x_fiber_status()
H A Dtruephy.c290 if ((bmsr & BMSR_ACOMP) == 0) { in truephy_status()
/freebsd/sys/dev/fxp/
H A Dinphy.c168 if ((bmsr & BMSR_ACOMP) == 0) { in inphy_status()
/freebsd/sys/dev/usb/net/
H A Druephy.c199 if ((bmsr & BMSR_ACOMP) == 0) { in ruephy_status()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h146 #define BMSR_ANEGCOMPLETE BMSR_ACOMP
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c798 (portreg & 0x40 ? BMSR_ACOMP : 0x00)); in ksz8995ma_readphy()
/freebsd/sys/dev/xilinx/
H A Dif_xae.c771 } while ((PHY1_RD(sc, MII_BMSR) & BMSR_ACOMP) == 0); in xae_phy_fixup()
/freebsd/sys/dev/nge/
H A Dif_nge.c430 rv |= BMSR_ACOMP; in nge_miibus_readreg()
/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c3152 ret = (ret < 0) ? ret : (ret & BMSR_ACOMP); in xgbe_phy_link_status()