Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000.c1903 if((ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV,
2015 if((ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV,
2243 if((ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV,
H A De1000_hw.h1651 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1005 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
H A De1000_phy.c1482 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
1601 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
H A De1000_mac.c1407 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up_generic()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c5065 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv); in igb_get_phy_state()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6351 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000g_get_phy_state()