PHY_LP_ABILITY
case PHY_LP_ABILITY:
if((ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY,
if((ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY,
ret_val = phy->ops.read_reg(hw, PHY_LP_ABILITY, &data);
hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data);
ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY,
(void) e1000_read_phy_reg(hw, PHY_LP_ABILITY,
(void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able);
ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY,
(void) igc_read_phy_reg(&igc->igc_hw, PHY_LP_ABILITY,