Searched refs:get_media_type (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 24 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() 1915 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em() 2146 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em_a() 2180 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em() 2646 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em() 3201 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) { in ixgbe_init_phy_ops_X550em() 3850 .get_media_type = &ixgbe_get_media_type_X540, 3872 .get_media_type = &ixgbe_get_media_type_X550em, 3894 .get_media_type = &ixgbe_get_media_type_X550em, [all …]
|
D | ixgbe_82599.c | 70 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() 1816 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599() 2170 .get_media_type = &ixgbe_get_media_type_82599,
|
D | ixgbe_82598.c | 107 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,
|
D | ixgbe_phy.c | 1511 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic() 1545 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic() 1833 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic() 2802 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_set_copper_phy_power()
|
D | ixgbe_x540.c | 829 .get_media_type = &ixgbe_get_media_type_X540,
|
D | ixgbe_common.c | 277 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic() 3259 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_need_crosstalk_fix()
|
D | ixgbe_type.h | 3413 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
|
D | ixgbe_main.c | 2909 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_is_sfp()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 780 if (ops->get_media_type) in hns3_get_link_ksettings() 781 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings() 858 if (ops->get_media_type) in hns3_check_ksettings_param() 859 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
|
D | hnae3.h | 620 void (*get_media_type)(struct hnae3_handle *handle, u8 *media_type, member
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 3352 .get_media_type = hclgevf_get_media_type,
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 12796 .get_media_type = hclge_get_media_type,
|