e1000e_get_speed_and_duplex_copper
ret_val = e1000e_get_speed_and_duplex_copper(hw, &speed,
ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex);
mac->ops.get_link_up_info = e1000e_get_speed_and_duplex_copper;
e1000e_get_speed_and_duplex_copper(hw, &speed, &duplex);
ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex);
s32 e1000e_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,