Searched refs:setup_link (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_x550.c | 2153 			mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em;  in ixgbe_init_mac_link_ops_X550em_a()2158 		mac->ops.setup_link = ixgbe_setup_sgmii_fw;  in ixgbe_init_mac_link_ops_X550em_a()
 2187 		mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber;  in ixgbe_init_mac_link_ops_X550em()
 2207 		mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em;  in ixgbe_init_mac_link_ops_X550em()
 2214 			mac->ops.setup_link = ixgbe_setup_sgmii;  in ixgbe_init_mac_link_ops_X550em()
 3105 	status = hw->mac.ops.setup_link(hw, lcd_speed, false);  in ixgbe_enter_lplu_t_x550em()
 3216 		phy->ops.setup_link = NULL;  in ixgbe_init_phy_ops_X550em()
 3221 		phy->ops.setup_link = ixgbe_setup_kr_x550em;  in ixgbe_init_phy_ops_X550em()
 3227 		phy->ops.setup_link = NULL;  in ixgbe_init_phy_ops_X550em()
 3253 		phy->ops.setup_link = NULL;  in ixgbe_init_phy_ops_X550em()
 [all …]
 
 | 
| 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()
 2181 	.setup_link             = &ixgbe_setup_mac_link_82599,
 2238 	.setup_link		= &ixgbe_setup_phy_link_generic,
 
 | 
| 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,
 
 | 
| D | ixgbe_x540.c | 841 	.setup_link             = &ixgbe_setup_mac_link_X540,900 	.setup_link             = &ixgbe_setup_phy_link_generic,
 
 | 
| D | ixgbe_phy.c | 1074 	if (hw->phy.ops.setup_link)  in ixgbe_setup_phy_link_speed_generic()1075 		hw->phy.ops.setup_link(hw);  in ixgbe_setup_phy_link_speed_generic()
 
 | 
| D | ixgbe_type.h | 3432 	s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);  member3499 	s32 (*setup_link)(struct ixgbe_hw *);  member
 
 | 
| D | ixgbe_main.c | 5508 	if (hw->mac.ops.setup_link)  in ixgbe_non_sfp_link_config()5509 		ret = hw->mac.ops.setup_link(hw, speed, link_up);  in ixgbe_non_sfp_link_config()
 7787 	if (hw->mac.ops.setup_link)  in ixgbe_sfp_link_config_subtask()
 7788 		hw->mac.ops.setup_link(hw, speed, true);  in ixgbe_sfp_link_config_subtask()
 11142 	if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link)  in ixgbe_probe()
 11143 		hw->mac.ops.setup_link(hw,  in ixgbe_probe()
 
 | 
| D | ixgbe_ethtool.c | 421 		err = hw->mac.ops.setup_link(hw, advertised, true);  in ixgbe_set_link_ksettings()424 			hw->mac.ops.setup_link(hw, old, true);  in ixgbe_set_link_ksettings()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igbvf/ | 
| D | vf.h | 162 	s32  (*setup_link)(struct e1000_hw *);  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ | 
| D | vf.h | 34 	s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);  member
 | 
| D | vf.c | 947 	.setup_link		= ixgbevf_setup_mac_link_vf,964 	.setup_link		= ixgbevf_setup_mac_link_vf,
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ | 
| D | 80003es2lan.c | 757 	ret_val = mac->ops.setup_link(hw);  in e1000_init_hw_80003es2lan()1358 	.setup_link		= e1000e_setup_link_generic,
 
 | 
| D | hw.h | 469 	s32  (*setup_link)(struct e1000_hw *);  member
 | 
| D | 82571.c | 1098 	ret_val = mac->ops.setup_link(hw);  in e1000_init_hw_82571()1871 	.setup_link		= e1000_setup_link_82571,
 
 | 
| D | ich8lan.c | 4794 	ret_val = mac->ops.setup_link(hw);  in e1000_init_hw_ich8lan()5745 	.setup_link		= e1000_setup_link_ich8lan,
 
 | 
| D | ethtool.c | 394 			retval = hw->mac.ops.setup_link(hw);  in e1000_set_pauseparam()
 | 
| D | netdev.c | 3776 	adapter->hw.mac.ops.setup_link(&adapter->hw);  in e1000e_power_up_phy()
 |