ixgbe_get_media_type
if (ixgbe_get_media_type(hw) == ixgbe_media_type_fiber_fixed)
if ((ixgbe_get_media_type(hw) == ixgbe_media_type_backplane) &&
enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw);
if (ixgbe_get_media_type(hw) == ixgbe_media_type_copper) {
if (ixgbe_get_media_type(&ixgbe->hw) == ixgbe_media_type_copper) {
if (ixgbe_get_media_type(&ixgbe->hw) == ixgbe_media_type_copper) {