Searched refs:PHY_AUTONEG_ADV (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_defines.h | 995 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
H A D | e1000_phy.c | 1482 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 D | e1000_mac.c | 1407 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up_generic()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 1903 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 D | e1000_hw.h | 1651 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 5055 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv); in igb_get_phy_state()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 6134 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000g_get_phy_state()
|