Home
last modified time | relevance | path

Searched refs:MII_SR_REMOTE_FAULT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h837 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h928 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1739 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5141 (phy_status & MII_SR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()