Home
last modified time | relevance | path

Searched refs:MII_SR_LINK_STATUS (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/e1000/
De1000_defines.h915 #define MII_SR_LINK_STATUS 0x0004 /* Link Status 1 = link */ macro
De1000_82543.c811 if ((mii_status_reg & ~MII_SR_LINK_STATUS) == 0) in e1000_polarity_reversal_workaround_82543()
De1000_phy.c2378 if (phy_status & MII_SR_LINK_STATUS) in e1000_phy_has_link_generic()