Searched refs:get_media_type (Results 1 – 9 of 9) sorted by relevance
648 mac->ops.get_media_type = ixgbe_get_media_type_X550em; in ixgbe_init_ops_X550EM()655 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()679 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()810 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_ops_X550EM_a()1827 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em()2282 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) { in ixgbe_init_phy_ops_X550em()2992 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()3678 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) in ixgbe_get_supported_physical_layer_X550em()4488 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
71 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) && in ixgbe_init_mac_link_ops_82599()152 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82599()340 mac->ops.get_media_type = ixgbe_get_media_type_82599; in ixgbe_init_ops_82599()2162 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599()
137 mac->ops.get_media_type = ixgbe_get_media_type_82598; in ixgbe_init_ops_82598()204 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598()
1277 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic()1316 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic()1661 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic()
90 mac->ops.get_media_type = ixgbe_get_media_type_X540; in ixgbe_init_ops_X540()
301 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw), in ixgbe_get_media_type()
100 mac->ops.get_media_type = NULL; in ixgbe_init_ops_generic()402 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic()4155 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_need_crosstalk_fix()
1871 switch (hw->mac.ops.get_media_type(hw)) { in ix_is_sfp()1881 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) in ix_is_sfp()
3903 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member