Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_82599_bypass.c259 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()
H A Dixgbe_ethdev.c1169 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()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c616 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()
H A Dixgbe_82599.c41 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()
H A Dixgbe_82598.c107 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()
H A Dixgbe_vf.c30 hw->mac.ops.get_media_type = NULL; in ixgbe_init_ops_vf()
H A Dixgbe_phy.c1234 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()
H A Dixgbe_x540.c60 mac->ops.get_media_type = ixgbe_get_media_type_X540; in ixgbe_init_ops_X540()
H A Dixgbe_api.c300 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw), in ixgbe_get_media_type()
H A Dixgbe_common.c70 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()
H A Dixgbe_type.h3925 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h562 u32 (*get_media_type)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h619 hw->phy.get_media_type = txgbe_phy_get_media_type_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c250 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()
H A Dtxgbe_phy.c59 hw->phy.media_type = hw->phy.get_media_type(hw); in txgbe_read_phy_if()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst216 * Addition of AOC phy types to case statement in get_media_type.