Searched refs:MII_SR_REMOTE_FAULT (Results 1 – 3 of 3) sorted by relevance
927 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
1739 #define MII_SR_REMOTE_FAULT 0x0010 /* Remote Fault Detect */ macro
5096 (phy_status & MII_SR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()