Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h865 #define NWAY_LPAR_100TX_HD_CAPS 0x0080 /* LP 100TX Half Dplx Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h956 #define NWAY_LPAR_100TX_HD_CAPS 0x0080 /* LP 100TX Half Dplx Capable */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1767 #define NWAY_LPAR_100TX_HD_CAPS 0x0080 /* LP is 100TX Half Duplex Capable */ macro
H A De1000.c2495 NWAY_LPAR_100TX_HD_CAPS |
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c254 *valp = (igc->igc_phy_lp & NWAY_LPAR_100TX_HD_CAPS) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5182 (phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6471 (Adapter->phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()