Searched refs:get_media_type (Results 1 – 14 of 14) sorted by relevance
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_x550.c | 26 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_x() 54 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_a() 1917 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em() 2148 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em_a() 2182 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em() 2648 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em() 3968 .get_media_type = &ixgbe_get_media_type_X540, 3994 .get_media_type = &ixgbe_get_media_type_X550em, 4016 .get_media_type = &ixgbe_get_media_type_X550em, 4038 .get_media_type = ixgbe_get_media_type_X550em, [all …]
|
| A 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() 1817 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599() 2171 .get_media_type = &ixgbe_get_media_type_82599,
|
| A D | ixgbe_82598.c | 108 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598() 1121 .get_media_type = &ixgbe_get_media_type_82598,
|
| A D | ixgbe_phy.c | 1512 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_identify_module_generic() 1546 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) { in ixgbe_identify_sfp_module_generic() 1834 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) { in ixgbe_identify_qsfp_module_generic() 2803 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_set_copper_phy_power()
|
| A D | ixgbe_x540.c | 836 .get_media_type = &ixgbe_get_media_type_X540,
|
| A D | ixgbe_e610.c | 1896 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_phy_ops_e610() 3956 .get_media_type = ixgbe_get_media_type_e610,
|
| A D | ixgbe_common.c | 280 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic() 3276 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_need_crosstalk_fix()
|
| A D | ixgbe_type.h | 3492 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
|
| A D | ixgbe_main.c | 3096 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_is_sfp()
|
| /drivers/net/ethernet/intel/ixgbevf/ |
| A D | vf.h | 24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member
|
| /drivers/net/ethernet/hisilicon/hns3/ |
| A D | hns3_ethtool.c | 761 if (ops->get_media_type) in hns3_get_link_ksettings() 762 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings() 839 if (ops->get_media_type) in hns3_check_ksettings_param() 840 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
|
| A D | hnae3.h | 627 void (*get_media_type)(struct hnae3_handle *handle, u8 *media_type, member
|
| /drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_main.c | 3386 .get_media_type = hclgevf_get_media_type,
|
| /drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 12819 .get_media_type = hclge_get_media_type,
|
Completed in 809 milliseconds