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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h56 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member in struct:ixgbe_mac_operations
H A Dvf.c766 .setup_link = ixgbevf_setup_mac_link_vf,
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c1382 mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber; ixgbe_init_mac_link_ops_X550em()
1388 mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em; ixgbe_init_mac_link_ops_X550em()
1954 status = hw->mac.ops.setup_link(hw, lcd_speed, false); ixgbe_enter_lplu_t_x550em()
2005 phy->ops.setup_link = ixgbe_setup_kx4_x550em; ixgbe_init_phy_ops_X550em()
2010 phy->ops.setup_link = ixgbe_setup_kr_x550em; ixgbe_init_phy_ops_X550em()
2383 .setup_link = &ixgbe_setup_mac_link_X540,
2397 .setup_link = NULL, /* defined later */
2435 .setup_link = &ixgbe_setup_phy_link_generic, \
H A Dixgbe_82598.c133 mac->ops.setup_link = &ixgbe_setup_copper_link_82598; ixgbe_init_phy_ops_82598()
140 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; ixgbe_init_phy_ops_82598()
1174 .setup_link = &ixgbe_setup_mac_link_82598,
1224 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_82599.c110 mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber; ixgbe_init_mac_link_ops_82599()
120 mac->ops.setup_link = &ixgbe_setup_mac_link_smartspeed; ixgbe_init_mac_link_ops_82599()
122 mac->ops.setup_link = &ixgbe_setup_mac_link_82599; ixgbe_init_mac_link_ops_82599()
324 mac->ops.setup_link = &ixgbe_setup_copper_link_82599; ixgbe_init_phy_ops_82599()
333 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; ixgbe_init_phy_ops_82599()
2198 .setup_link = &ixgbe_setup_mac_link_82599,
2251 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_x540.c825 .setup_link = &ixgbe_setup_mac_link_X540,
880 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_main.c4866 if (hw->mac.ops.setup_link) ixgbe_non_sfp_link_config()
4867 ret = hw->mac.ops.setup_link(hw, speed, link_up); ixgbe_non_sfp_link_config()
6823 if (hw->mac.ops.setup_link) ixgbe_sfp_link_config_subtask()
6824 hw->mac.ops.setup_link(hw, speed, true); ixgbe_sfp_link_config_subtask()
9001 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link) ixgbe_probe()
9002 hw->mac.ops.setup_link(hw, ixgbe_probe()
H A Dixgbe_ethtool.c357 err = hw->mac.ops.setup_link(hw, advertised, true); ixgbe_set_settings()
360 hw->mac.ops.setup_link(hw, old, true); ixgbe_set_settings()
H A Dixgbe_phy.c798 hw->phy.ops.setup_link(hw); ixgbe_setup_phy_link_speed_generic()
H A Dixgbe_type.h3264 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); member in struct:ixgbe_mac_operations
3324 s32 (*setup_link)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dvf.h183 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dhw.h473 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A D80003es2lan.c770 ret_val = mac->ops.setup_link(hw); e1000_init_hw_80003es2lan()
1363 .setup_link = e1000e_setup_link_generic,
H A D82571.c1116 ret_val = mac->ops.setup_link(hw); e1000_init_hw_82571()
1889 .setup_link = e1000_setup_link_82571,
H A Dethtool.c396 retval = hw->mac.ops.setup_link(hw); e1000_set_pauseparam()
H A Dich8lan.c4745 ret_val = mac->ops.setup_link(hw); e1000_init_hw_ich8lan()
5697 .setup_link = e1000_setup_link_ich8lan,
H A Dnetdev.c3783 adapter->hw.mac.ops.setup_link(&adapter->hw); e1000e_power_up_phy()
/linux-4.4.14/drivers/media/platform/davinci/
H A Dvpbe.c245 * there is will be an API added to setup_link between venc vpbe_set_output()

Completed in 555 milliseconds