Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c332 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS | in igc_phy_setup_autoneg()
361 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; in igc_phy_setup_autoneg()
H A Digc_defines.h854 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h945 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
H A De1000_phy.c1506 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS | in e1000_phy_setup_autoneg()
1535 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; in e1000_phy_setup_autoneg()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1756 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
H A De1000.c1948 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5158 (phy_an_adv & NWAY_AR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6445 (Adapter->phy_an_adv & NWAY_AR_100TX_FD_CAPS) in e1000g_get_phy_state()