e1000_phy_get_info
s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
e1000_phy_get_info(hw, &adapter->phy_info);