Home
last modified time | relevance | path

Searched refs:setup_link (Results 1 – 19 of 19) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_x550.c2217 mac->ops.setup_link = ixgbe_setup_sgmii; in ixgbe_init_mac_link_ops_X550em()
3221 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
3232 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
3258 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
3261 phy->ops.setup_link = ixgbe_setup_fw_link; in ixgbe_init_phy_ops_X550em()
3265 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
3971 .setup_link = &ixgbe_setup_mac_link_X540,
3997 .setup_link = &ixgbe_setup_mac_link_X540,
4019 .setup_link = &ixgbe_setup_mac_link_X540,
4041 .setup_link = &ixgbe_setup_mac_link_X540,
[all …]
A Dixgbe_82599.c85 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()
2185 .setup_link = &ixgbe_setup_mac_link_82599,
2243 .setup_link = &ixgbe_setup_phy_link_generic,
A Dixgbe_82598.c109 mac->ops.setup_link = &ixgbe_setup_copper_link_82598; in ixgbe_init_phy_ops_82598()
116 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; in ixgbe_init_phy_ops_82598()
1129 .setup_link = &ixgbe_setup_mac_link_82598,
1184 .setup_link = &ixgbe_setup_phy_link_generic,
A Dixgbe_x540.c847 .setup_link = &ixgbe_setup_mac_link_X540,
907 .setup_link = &ixgbe_setup_phy_link_generic,
A Dixgbe_phy.c1204 if (hw->phy.ops.setup_link) in ixgbe_setup_phy_link_speed_generic()
1205 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
A Dixgbe_e610.c3957 .setup_link = ixgbe_setup_link_e610,
3981 .setup_link = ixgbe_setup_phy_link_e610,
A Dixgbe_type.h3518 int (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
3593 int (*setup_link)(struct ixgbe_hw *); member
A Dixgbe_main.c6041 if (hw->mac.ops.setup_link) { in ixgbe_non_sfp_link_config()
6047 ret = hw->mac.ops.setup_link(hw, speed, link_up); in ixgbe_non_sfp_link_config()
8482 if (hw->mac.ops.setup_link) in ixgbe_sfp_link_config_subtask()
8483 hw->mac.ops.setup_link(hw, speed, true); in ixgbe_sfp_link_config_subtask()
12001 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link) in ixgbe_probe()
12002 hw->mac.ops.setup_link(hw, in ixgbe_probe()
A Dixgbe_ethtool.c515 err = hw->mac.ops.setup_link(hw, advertised, true); in ixgbe_set_link_ksettings()
518 hw->mac.ops.setup_link(hw, old, true); in ixgbe_set_link_ksettings()
/drivers/net/wireless/intel/iwlwifi/mld/tests/
A Dlink-selection.c78 static void setup_link(struct ieee80211_bss_conf *link) in setup_link() function
153 setup_link(link); in test_link_grading()
/drivers/net/ethernet/intel/igbvf/
A Dvf.h162 s32 (*setup_link)(struct e1000_hw *); member
/drivers/net/ethernet/intel/ixgbevf/
A Dvf.h31 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member
A Dvf.c1005 .setup_link = ixgbevf_setup_mac_link_vf,
1023 .setup_link = ixgbevf_setup_mac_link_vf,
/drivers/net/ethernet/intel/e1000e/
A D80003es2lan.c756 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_80003es2lan()
1356 .setup_link = e1000e_setup_link_generic,
A Dhw.h513 s32 (*setup_link)(struct e1000_hw *); member
A D82571.c1099 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_82571()
1872 .setup_link = e1000_setup_link_82571,
A Dich8lan.c4992 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_ich8lan()
5952 .setup_link = e1000_setup_link_ich8lan,
A Dethtool.c400 retval = hw->mac.ops.setup_link(hw); in e1000_set_pauseparam()
A Dnetdev.c3787 adapter->hw.mac.ops.setup_link(&adapter->hw); in e1000e_power_up_phy()

Completed in 109 milliseconds