Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_defines.h943 #define NWAY_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ macro
H A De1000_phy.c1506 NWAY_AR_100TX_HD_CAPS | in e1000_phy_setup_autoneg()
1528 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS; in e1000_phy_setup_autoneg()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1755 #define NWAY_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ macro
H A De1000.c1942 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS;
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c5115 (phy_an_adv & NWAY_AR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6406 (Adapter->phy_an_adv & NWAY_AR_100TX_HD_CAPS) in e1000g_get_phy_state()