Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h927 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1739 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5096 (phy_status & MII_SR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()