Home
last modified time | relevance | path

Searched refs:NWAY_LPAR_100TX_FD_CAPS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h866 #define NWAY_LPAR_100TX_FD_CAPS 0x0100 /* LP 100TX Full Dplx Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h957 #define NWAY_LPAR_100TX_FD_CAPS 0x0100 /* LP 100TX Full Dplx Capable */ macro
H A De1000_82541.c478 if (!(data & NWAY_LPAR_100TX_FD_CAPS)) in e1000_get_link_up_info_82541()
H A De1000_ich8lan.c987 if (data & NWAY_LPAR_100TX_FD_CAPS) in e1000_set_eee_pchlan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1768 #define NWAY_LPAR_100TX_FD_CAPS 0x0100 /* LP is 100TX Full Duplex Capable */ macro
H A De1000.c2496 NWAY_LPAR_100TX_FD_CAPS |
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c251 *valp = (igc->igc_phy_lp & NWAY_LPAR_100TX_FD_CAPS) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5180 (phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6469 (Adapter->phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()