Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h834 #define MII_SR_LINK_STATUS 0x0004 /* Link Status 1 = link */ macro
H A Digc_phy.c831 if (phy_status & MII_SR_LINK_STATUS) in igc_phy_has_link_generic()
/freebsd/sys/dev/e1000/
H A De1000_defines.h940 #define MII_SR_LINK_STATUS 0x0004 /* Link Status 1 = link */ macro
H A De1000_82543.c810 if (!(mii_status_reg & ~MII_SR_LINK_STATUS)) in e1000_polarity_reversal_workaround_82543()
H A De1000_phy.c2390 if (phy_status & MII_SR_LINK_STATUS) in e1000_phy_has_link_generic()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c422 return (MII_SR_LINK_STATUS | MII_SR_AUTONEG_CAPS | in e82545_read_mdi()