Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c24 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_x()
52 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_a()
1914 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
2145 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em_a()
2179 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em()
2644 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()
3197 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) { in ixgbe_init_phy_ops_X550em()
3848 .get_media_type = &ixgbe_get_media_type_X540,
3870 .get_media_type = &ixgbe_get_media_type_X550em,
3892 .get_media_type = &ixgbe_get_media_type_X550em,
[all …]
Dixgbe_82599.c70 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) && in ixgbe_init_mac_link_ops_82599()
90 if ((mac->ops.get_media_type(hw) == in ixgbe_init_mac_link_ops_82599()
298 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82599()
1813 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599()
2167 .get_media_type = &ixgbe_get_media_type_82599,
Dixgbe_82598.c107 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598()
1120 .get_media_type = &ixgbe_get_media_type_82598,
Dixgbe_phy.c1379 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic()
1412 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic()
1679 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic()
2644 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_set_copper_phy_power()
Dixgbe_x540.c829 .get_media_type = &ixgbe_get_media_type_X540,
Dixgbe_common.c276 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic()
3271 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_need_crosstalk_fix()
Dixgbe_type.h3407 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
Dixgbe_main.c2892 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_is_sfp()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dvf.h27 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c696 if (ops->get_media_type) in hns3_get_link_ksettings()
697 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings()
768 if (ops->get_media_type) in hns3_check_ksettings_param()
769 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
Dhnae3.h478 void (*get_media_type)(struct hnae3_handle *handle, u8 *media_type, member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c3678 .get_media_type = hclgevf_get_media_type,
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c11424 .get_media_type = hclge_get_media_type,