Searched refs:get_media_type (Results 1 – 16 of 16) sorted by relevance
259 hw->mac.ops.get_media_type = &ixgbe_bypass_get_media_type; in ixgbe_bypass_init_shared_code()277 hw->mac.ops.get_media_type = &ixgbe_bypass_get_media_type; in ixgbe_bypass_init_hw()
1169 if (diag && (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)) { in eth_ixgbe_dev_init()2687 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_dev_start()2864 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_dev_stop()2925 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_dev_set_link_up()2956 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_dev_set_link_down()
616 mac->ops.get_media_type = ixgbe_get_media_type_X550em; in ixgbe_init_ops_X550EM()623 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()647 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()778 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_ops_X550EM_a()1797 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em()2260 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) { in ixgbe_init_phy_ops_X550em()2970 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()3669 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) in ixgbe_get_supported_physical_layer_X550em()4494 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
41 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) && in ixgbe_init_mac_link_ops_82599()119 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82599()307 mac->ops.get_media_type = ixgbe_get_media_type_82599; in ixgbe_init_ops_82599()2126 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599()
107 mac->ops.get_media_type = ixgbe_get_media_type_82598; in ixgbe_init_ops_82598()174 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598()
30 hw->mac.ops.get_media_type = NULL; in ixgbe_init_ops_vf()
1234 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic()1273 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic()1632 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic()
60 mac->ops.get_media_type = ixgbe_get_media_type_X540; in ixgbe_init_ops_X540()
300 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw), in ixgbe_get_media_type()
70 mac->ops.get_media_type = NULL; in ixgbe_init_ops_generic()365 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic()4116 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_need_crosstalk_fix()
3925 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
562 u32 (*get_media_type)(struct txgbe_hw *hw); member
619 hw->phy.get_media_type = txgbe_phy_get_media_type_dummy; in txgbe_init_ops_dummy()
250 hw->phy.media_type = hw->phy.get_media_type(hw); in txgbe_start_hw()2778 phy->get_media_type = txgbe_get_media_type_raptor; in txgbe_init_ops_pf()
59 hw->phy.media_type = hw->phy.get_media_type(hw); in txgbe_read_phy_if()
216 * Addition of AOC phy types to case statement in get_media_type.