Searched refs:setup_link (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/exec/ |
A D | non-regular.c | 52 void setup_link(struct __test_metadata *_metadata, in setup_link() function 77 .setup = setup_link, in FIXTURE_VARIANT_ADD()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_x550.c | 2264 mac->ops.setup_link = ixgbe_setup_sgmii; in ixgbe_init_mac_link_ops_X550em() 3266 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em() 3277 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em() 3303 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em() 3306 phy->ops.setup_link = ixgbe_setup_fw_link; in ixgbe_init_phy_ops_X550em() 3310 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em() 3901 .setup_link = &ixgbe_setup_mac_link_X540, 3923 .setup_link = &ixgbe_setup_mac_link_X540, 3945 .setup_link = &ixgbe_setup_mac_link_X540, 3967 .setup_link = &ixgbe_setup_mac_link_X540, [all …]
|
A D | ixgbe_82599.c | 85 mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber; in ixgbe_init_mac_link_ops_82599() 95 mac->ops.setup_link = &ixgbe_setup_mac_link_smartspeed; in ixgbe_init_mac_link_ops_82599() 97 mac->ops.setup_link = &ixgbe_setup_mac_link_82599; in ixgbe_init_mac_link_ops_82599() 299 mac->ops.setup_link = &ixgbe_setup_copper_link_82599; in ixgbe_init_phy_ops_82599() 308 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; in ixgbe_init_phy_ops_82599() 2182 .setup_link = &ixgbe_setup_mac_link_82599, 2239 .setup_link = &ixgbe_setup_phy_link_generic,
|
A D | ixgbe_82598.c | 108 mac->ops.setup_link = &ixgbe_setup_copper_link_82598; in ixgbe_init_phy_ops_82598() 115 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; in ixgbe_init_phy_ops_82598() 1128 .setup_link = &ixgbe_setup_mac_link_82598, 1182 .setup_link = &ixgbe_setup_phy_link_generic,
|
A D | ixgbe_x540.c | 840 .setup_link = &ixgbe_setup_mac_link_X540, 899 .setup_link = &ixgbe_setup_phy_link_generic,
|
A D | ixgbe_phy.c | 1206 if (hw->phy.ops.setup_link) in ixgbe_setup_phy_link_speed_generic() 1207 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
|
A D | ixgbe_type.h | 3436 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); member 3503 s32 (*setup_link)(struct ixgbe_hw *); member
|
A D | ixgbe_main.c | 5546 if (hw->mac.ops.setup_link) in ixgbe_non_sfp_link_config() 5547 ret = hw->mac.ops.setup_link(hw, speed, link_up); in ixgbe_non_sfp_link_config() 7913 if (hw->mac.ops.setup_link) in ixgbe_sfp_link_config_subtask() 7914 hw->mac.ops.setup_link(hw, speed, true); in ixgbe_sfp_link_config_subtask() 11223 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link) in ixgbe_probe() 11224 hw->mac.ops.setup_link(hw, in ixgbe_probe()
|
A D | ixgbe_ethtool.c | 513 err = hw->mac.ops.setup_link(hw, advertised, true); in ixgbe_set_link_ksettings() 516 hw->mac.ops.setup_link(hw, old, true); in ixgbe_set_link_ksettings()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/ |
A D | vf.h | 162 s32 (*setup_link)(struct e1000_hw *); member
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/ |
A D | vf.h | 31 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member
|
A D | vf.c | 1005 .setup_link = ixgbevf_setup_mac_link_vf, 1023 .setup_link = ixgbevf_setup_mac_link_vf,
|
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/ |
A D | 80003es2lan.c | 757 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_80003es2lan() 1357 .setup_link = e1000e_setup_link_generic,
|
A D | hw.h | 510 s32 (*setup_link)(struct e1000_hw *); member
|
A D | 82571.c | 1100 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_82571() 1873 .setup_link = e1000_setup_link_82571,
|
A D | ich8lan.c | 4857 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_ich8lan() 5817 .setup_link = e1000_setup_link_ich8lan,
|
A D | ethtool.c | 409 retval = hw->mac.ops.setup_link(hw); in e1000_set_pauseparam()
|
A D | netdev.c | 3779 adapter->hw.mac.ops.setup_link(&adapter->hw); in e1000e_power_up_phy()
|
Completed in 98 milliseconds