Home
last modified time | relevance | path

Searched refs:BMSR_LINK (Results 1 – 18 of 18) sorted by relevance

/dragonfly/sys/dev/netif/mii_layer/
HDtlphy.c317 if (reg & BMSR_LINK) { in tlphy_service()
368 if (bmsr & BMSR_LINK) in tlphy_status()
HDatphy.c234 if (bmsr & BMSR_LINK) { in atphy_service()
268 if ((bmsr & BMSR_LINK) != 0) in atphy_status()
HDukphy_subr.c75 if (bmsr & BMSR_LINK) in ukphy_status()
HDmii.h88 #define BMSR_LINK 0x0004 /* Link status */ macro
HDinphy.c198 if (bmsr & BMSR_LINK) in inphy_status()
HDacphy.c251 if (bmsr & BMSR_LINK) in acphy_status()
HDqsphy.c249 if (bmsr & BMSR_LINK) in qsphy_status()
HDrlphy.c262 if (bmsr & BMSR_LINK) in rlphy_status()
HDamphy.c218 if (bmsr & BMSR_LINK) in amphy_status()
HDnsphy.c299 if (bmsr & BMSR_LINK) in nsphy_status()
HDtruephy.c323 if (bmsr & BMSR_LINK) in truephy_status()
HDciphy.c289 if (bmsr & BMSR_LINK) in ciphy_status()
HDmlphy.c342 if (reg & BMSR_LINK) { in mlphy_service()
HDip1000phy.c281 if (reg & BMSR_LINK) { in ip1000phy_service()
HDe1000phy.c434 if (reg & BMSR_LINK) { in e1000phy_service()
HDmii_physubr.c427 if (reg & BMSR_LINK) { in mii_phy_tick()
HDbrgphy.c347 if (reg & BMSR_LINK) { in brgphy_service()
/dragonfly/sys/dev/netif/txp/
HDif_txp.c1594 if (bmsr & BMSR_LINK) in txp_ifmedia_sts()