Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h870 #define NWAY_LPAR_REMOTE_FAULT 0x2000 /* LP detected Remote Fault */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h961 #define NWAY_LPAR_REMOTE_FAULT 0x2000 /* LP detected Remote Fault */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1772 #define NWAY_LPAR_REMOTE_FAULT 0x2000 /* LP has detected Remote Fault */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c292 *valp = (igc->igc_phy_lp & NWAY_LPAR_REMOTE_FAULT) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5188 (phy_lp_able & NWAY_LPAR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()