Home
last modified time | relevance | path

Searched refs:NWAY_AR_REMOTE_FAULT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h858 #define NWAY_AR_REMOTE_FAULT 0x2000 /* Remote Fault detected */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h949 #define NWAY_AR_REMOTE_FAULT 0x2000 /* Remote Fault detected */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1760 #define NWAY_AR_REMOTE_FAULT 0x2000 /* Remote Fault detected */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c289 *valp = (igc->igc_phy_an_adv & NWAY_AR_REMOTE_FAULT) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5153 (phy_an_adv & NWAY_AR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()