Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c333 NWAY_AR_100TX_HD_CAPS | in igc_phy_setup_autoneg()
355 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS; in igc_phy_setup_autoneg()
H A Digc_defines.h853 #define NWAY_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h944 #define NWAY_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ macro
H A De1000_phy.c1507 NWAY_AR_100TX_HD_CAPS | in e1000_phy_setup_autoneg()
1529 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS; in e1000_phy_setup_autoneg()
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5160 (phy_an_adv & NWAY_AR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6448 (Adapter->phy_an_adv & NWAY_AR_100TX_HD_CAPS) in e1000g_get_phy_state()