Home
last modified time | relevance | path

Searched refs:NWAY_LPAR_10T_FD_CAPS (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h954 #define NWAY_LPAR_10T_FD_CAPS 0x0040 /* LP 10T Full Dplx Capable */ macro
H A De1000_82541.c481 if (!(data & NWAY_LPAR_10T_FD_CAPS)) in e1000_get_link_up_info_82541()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1766 #define NWAY_LPAR_10T_FD_CAPS 0x0040 /* LP is 10T Full Duplex Capable */ macro
H A De1000.c2494 NWAY_LPAR_10T_FD_CAPS |
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5139 (phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6431 (Adapter->phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()