Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h953 #define NWAY_LPAR_10T_HD_CAPS 0x0020 /* LP 10T Half Dplx Capable */ macro
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1765 #define NWAY_LPAR_10T_HD_CAPS 0x0020 /* LP is 10T Half Duplex Capable */ macro
H A De1000.c2493 if(lp_capability & (NWAY_LPAR_10T_HD_CAPS |
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5141 (phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6433 (Adapter->phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()