Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c334 NWAY_AR_10T_FD_CAPS | in igc_phy_setup_autoneg()
349 mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS; in igc_phy_setup_autoneg()
H A Digc_defines.h852 #define NWAY_AR_10T_FD_CAPS 0x0040 /* 10T Full Duplex Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h943 #define NWAY_AR_10T_FD_CAPS 0x0040 /* 10T Full Duplex Capable */ macro
H A De1000_phy.c1508 NWAY_AR_10T_FD_CAPS | in e1000_phy_setup_autoneg()
1523 mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS; in e1000_phy_setup_autoneg()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1754 #define NWAY_AR_10T_FD_CAPS 0x0040 /* 10T Full Duplex Capable */ macro
H A De1000.c1936 mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5162 (phy_an_adv & NWAY_AR_10T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6451 (Adapter->phy_an_adv & NWAY_AR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()