Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h965 #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()
/titanic_44/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
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5123 (phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in igb_get_phy_state()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6415 (Adapter->phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in e1000g_get_phy_state()