Home
last modified time | relevance | path

Searched refs:get_media_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c651 mac->ops.get_media_type = ixgbe_get_media_type_X550em; in ixgbe_init_ops_X550EM()
658 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()
682 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()
813 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_ops_X550EM_a()
1830 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em()
2291 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) { in ixgbe_init_phy_ops_X550em()
3001 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()
3700 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) in ixgbe_get_supported_physical_layer_X550em()
4525 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
H A Dixgbe_82599.c71 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()
2169 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599()
H A Dixgbe_82598.c137 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()
H A Dixgbe_phy.c1268 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic()
1308 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic()
1657 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_vf.c58 hw->mac.ops.get_media_type = NULL; in ixgbe_init_ops_vf()
H A Dixgbe_x540.c90 mac->ops.get_media_type = ixgbe_get_media_type_X540; in ixgbe_init_ops_X540()
H A Dixgbe_api.c332 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw), in ixgbe_get_media_type()
H A Dixgbe_common.c100 mac->ops.get_media_type = NULL; in ixgbe_init_ops_generic()
404 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()
H A Dif_ix.c1377 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_is_sfp()
1386 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) in ixgbe_is_sfp()
H A Dixgbe_type.h3958 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member