IXGBE_LE64_TO_CPU
hw->phy.phy_type_low = IXGBE_LE64_TO_CPU(pcaps->phy_type_low);
hw->phy.phy_type_high = IXGBE_LE64_TO_CPU(pcaps->phy_type_high);
li->phy_type_low = IXGBE_LE64_TO_CPU(link_data.phy_type_low);
li->phy_type_high = IXGBE_LE64_TO_CPU(link_data.phy_type_high);
phy_type = IXGBE_LE64_TO_CPU(pcaps.phy_type_low);
phy_type = IXGBE_LE64_TO_CPU(pcaps.phy_type_high);