Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1006 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
H A De1000_82541.c473 ret_val = phy->ops.read_reg(hw, PHY_LP_ABILITY, &data); in e1000_get_link_up_info_82541()
H A De1000_mac.c1411 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up_generic()
H A De1000_ich8lan.c961 hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data); in e1000_set_eee_pchlan()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1652 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
H A De1000.c2246 if((ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY,
2490 if((ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY,
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5071 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able); in igb_get_phy_state()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6361 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, in e1000g_get_phy_state()