Home
last modified time | relevance | path

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

12

/trueos/sys/dev/mii/
HDsmscphy.c157 if (reg & BMSR_LINK) { in smscphy_service()
205 if ((bmsr & BMSR_LINK) != 0) in smscphy_status()
HDsmcphy.c171 if (reg & BMSR_LINK) { in smcphy_service()
243 if ((bmsr & BMSR_LINK) != 0) in smcphy_status()
HDatphy.c197 if (bmsr & BMSR_LINK) { in atphy_service()
231 if ((bmsr & BMSR_LINK) != 0) in atphy_status()
HDtlphy.c270 if (reg & BMSR_LINK) in tlphy_service()
319 if (bmsr & BMSR_LINK) in tlphy_status()
HDciphy.c207 if (reg & BMSR_LINK) in ciphy_service()
251 if (bmsr & BMSR_LINK) in ciphy_status()
HDmii.h81 #define BMSR_LINK 0x0004 /* Link status */ macro
HDukphy_subr.c69 if (bmsr & BMSR_LINK) in ukphy_status()
HDaxphy.c150 if (bmsr & BMSR_LINK) in axphy_status()
HDqsphy.c187 if (bmsr & BMSR_LINK) in qsphy_status()
HDgentbi.c229 if (bmsr & BMSR_LINK) in gentbi_status()
HDamphy.c157 if (bmsr & BMSR_LINK) in amphy_status()
HDbmtphy.c200 if (bmsr & BMSR_LINK) in bmtphy_status()
HDrlphy.c186 if (bmsr & BMSR_LINK) in rlphy_status()
HDtdkphy.c163 if (bmsr & BMSR_LINK) in tdkphy_status()
HDacphy.c218 if (bmsr & BMSR_LINK) in acphy_status()
HDnsphy.c226 if (bmsr & BMSR_LINK) in nsphy_status()
HDxmphy.c202 if (reg & BMSR_LINK) in xmphy_service()
HDtruephy.c296 if (bmsr & BMSR_LINK) in truephy_status()
HDmlphy.c297 if (reg & BMSR_LINK) {
HDip1000phy.c200 if (reg & BMSR_LINK) { in ip1000phy_service()
HDe1000phy.c398 if (reg & BMSR_LINK) { in e1000phy_service()
HDmii_physubr.c232 if ((reg & BMSR_LINK) != 0) { in mii_phy_tick()
HDbrgphy.c364 if (val & BMSR_LINK) { in brgphy_service()
/trueos/sys/dev/fxp/
HDinphy.c155 if (bmsr & BMSR_LINK) in inphy_status()
/trueos/sys/dev/cxgb/
HDcxgb_osdep.h182 #define BMSR_LSTATUS BMSR_LINK

12