ixgbe_media_type_copper
if (!((hw->phy.media_type == ixgbe_media_type_copper) ||
if (!(hw->phy.media_type == ixgbe_media_type_copper) &&
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
media_type = ixgbe_media_type_copper;
media_type = ixgbe_media_type_copper;
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
media_type = ixgbe_media_type_copper;
media_type = ixgbe_media_type_copper;
case ixgbe_media_type_copper:
case ixgbe_media_type_copper:
else if (hw->phy.media_type == ixgbe_media_type_copper)
case ixgbe_media_type_copper:
} else if (hw->phy.media_type == ixgbe_media_type_copper) {
else if (hw->phy.media_type == ixgbe_media_type_copper)
} else if ((hw->phy.media_type == ixgbe_media_type_copper) &&
return ixgbe_media_type_copper;
return ixgbe_media_type_copper;
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
return ixgbe_media_type_copper;
media_type = ixgbe_media_type_copper;
media_type = ixgbe_media_type_copper;
case ixgbe_media_type_copper:
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)