Home
last modified time | relevance | path

Searched refs:NWAY_ER_LP_NWAY_CAPS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h875 #define NWAY_ER_LP_NWAY_CAPS 0x0001 /* LP has Auto Neg Capability */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h966 #define NWAY_ER_LP_NWAY_CAPS 0x0001 /* LP has Auto Neg Capability */ macro
H A De1000_82541.c470 if (!(data & NWAY_ER_LP_NWAY_CAPS)) { in e1000_get_link_up_info_82541()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1777 #define NWAY_ER_LP_NWAY_CAPS 0x0001 /* LP has Auto Neg Capability */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c269 *valp = (igc->igc_phy_ext_status & NWAY_ER_LP_NWAY_CAPS) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5168 (phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6457 (Adapter->phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in e1000g_get_phy_state()