Searched refs:get_media_type (Results 1 – 7 of 7) sorted by relevance
24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
108 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598()1121 .get_media_type = &ixgbe_get_media_type_82598,
1512 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic()1546 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic()1834 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic()2803 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_set_copper_phy_power()
1896 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_phy_ops_e610()3998 .get_media_type = ixgbe_get_media_type_e610,
3091 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_is_sfp()
3386 .get_media_type = hclgevf_get_media_type,
12814 .get_media_type = hclge_get_media_type,