Searched refs:setup_link (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c52 void setup_link(struct __test_metadata *_metadata, function
77 .setup = setup_link,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c2204 mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em;
2209 mac->ops.setup_link = ixgbe_setup_sgmii_fw;
2238 mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber;
2258 mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em;
2265 mac->ops.setup_link = ixgbe_setup_sgmii;
3158 status = hw->mac.ops.setup_link(hw, lcd_speed, false);
3269 phy->ops.setup_link = NULL;
3274 phy->ops.setup_link = ixgbe_setup_kr_x550em;
3280 phy->ops.setup_link = NULL;
3306 phy->ops.setup_link
[all...]
H A Dixgbe_82598.c108 mac->ops.setup_link = &ixgbe_setup_copper_link_82598;
115 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx;
1128 .setup_link = &ixgbe_setup_mac_link_82598,
1182 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_82599.c85 mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber;
95 mac->ops.setup_link = &ixgbe_setup_mac_link_smartspeed;
97 mac->ops.setup_link = &ixgbe_setup_mac_link_82599;
299 mac->ops.setup_link = &ixgbe_setup_copper_link_82599;
308 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx;
2184 .setup_link = &ixgbe_setup_mac_link_82599,
2241 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_x540.c840 .setup_link = &ixgbe_setup_mac_link_X540,
899 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_phy.c1204 if (hw->phy.ops.setup_link)
1205 hw->phy.ops.setup_link(hw);
H A Dixgbe_main.c5566 if (hw->mac.ops.setup_link)
5567 ret = hw->mac.ops.setup_link(hw, speed, link_up);
7937 if (hw->mac.ops.setup_link)
7938 hw->mac.ops.setup_link(hw, speed, true);
11270 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link)
11271 hw->mac.ops.setup_link(hw,
H A Dixgbe_type.h3439 int (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); member in struct:ixgbe_mac_operations
3506 int (*setup_link)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
H A Dixgbe_ethtool.c515 err = hw->mac.ops.setup_link(hw, advertised, true);
518 hw->mac.ops.setup_link(hw, old, true);
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h162 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h31 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member in struct:ixgbe_mac_operations
H A Dvf.c1005 .setup_link = ixgbevf_setup_mac_link_vf,
1023 .setup_link = ixgbevf_setup_mac_link_vf,
/linux-master/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c756 ret_val = mac->ops.setup_link(hw);
1356 .setup_link = e1000e_setup_link_generic,
H A Dhw.h513 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A D82571.c1099 ret_val = mac->ops.setup_link(hw);
1872 .setup_link = e1000_setup_link_82571,
H A Dich8lan.c4874 ret_val = mac->ops.setup_link(hw);
5834 .setup_link = e1000_setup_link_ich8lan,
H A Dethtool.c409 retval = hw->mac.ops.setup_link(hw);
H A Dnetdev.c3777 adapter->hw.mac.ops.setup_link(&adapter->hw);

Completed in 299 milliseconds