Searched refs:setup_link (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 1127 phy->ops.setup_link = ixgbe_setup_kx4_x550em; in ixgbe_init_phy_ops_X550em() 1132 phy->ops.setup_link = ixgbe_setup_kr_x550em; in ixgbe_init_phy_ops_X550em() 1448 .setup_link = &ixgbe_setup_mac_link_X540, 1459 .setup_link = NULL, /* defined later */ 1502 .setup_link = &ixgbe_setup_phy_link_generic, 1513 .setup_link = NULL, /* defined later */
|
D | ixgbe_82598.c | 133 mac->ops.setup_link = &ixgbe_setup_copper_link_82598; in ixgbe_init_phy_ops_82598() 140 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; in ixgbe_init_phy_ops_82598() 1174 .setup_link = &ixgbe_setup_mac_link_82598, 1224 .setup_link = &ixgbe_setup_phy_link_generic,
|
D | ixgbe_82599.c | 111 mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber; in ixgbe_init_mac_link_ops_82599() 118 mac->ops.setup_link = &ixgbe_setup_mac_link_smartspeed; in ixgbe_init_mac_link_ops_82599() 120 mac->ops.setup_link = &ixgbe_setup_mac_link_82599; in ixgbe_init_mac_link_ops_82599() 322 mac->ops.setup_link = &ixgbe_setup_copper_link_82599; in ixgbe_init_phy_ops_82599() 331 phy->ops.setup_link = &ixgbe_setup_phy_link_tnx; in ixgbe_init_phy_ops_82599() 2311 .setup_link = &ixgbe_setup_mac_link_82599, 2364 .setup_link = &ixgbe_setup_phy_link_generic,
|
D | ixgbe_x540.c | 790 .setup_link = &ixgbe_setup_mac_link_X540, 845 .setup_link = &ixgbe_setup_phy_link_generic,
|
D | ixgbe_type.h | 3044 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); member 3102 s32 (*setup_link)(struct ixgbe_hw *); member
|
D | ixgbe_main.c | 4775 if (hw->mac.ops.setup_link) in ixgbe_non_sfp_link_config() 4776 ret = hw->mac.ops.setup_link(hw, speed, link_up); in ixgbe_non_sfp_link_config() 6692 if (hw->mac.ops.setup_link) in ixgbe_sfp_link_config_subtask() 6693 hw->mac.ops.setup_link(hw, speed, true); in ixgbe_sfp_link_config_subtask() 8740 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link) in ixgbe_probe() 8741 hw->mac.ops.setup_link(hw, in ixgbe_probe()
|
D | ixgbe_phy.c | 730 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
|
D | ixgbe_ethtool.c | 349 err = hw->mac.ops.setup_link(hw, advertised, true); in ixgbe_set_settings() 352 hw->mac.ops.setup_link(hw, old, true); in ixgbe_set_settings()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 183 s32 (*setup_link)(struct e1000_hw *); member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 56 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member
|
D | vf.c | 726 .setup_link = ixgbevf_setup_mac_link_vf,
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | 80003es2lan.c | 770 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_80003es2lan() 1363 .setup_link = e1000e_setup_link_generic,
|
D | hw.h | 473 s32 (*setup_link)(struct e1000_hw *); member
|
D | 82571.c | 1116 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_82571() 1889 .setup_link = e1000_setup_link_82571,
|
D | ich8lan.c | 4679 ret_val = mac->ops.setup_link(hw); in e1000_init_hw_ich8lan() 5631 .setup_link = e1000_setup_link_ich8lan,
|
D | ethtool.c | 396 retval = hw->mac.ops.setup_link(hw); in e1000_set_pauseparam()
|
D | netdev.c | 3775 adapter->hw.mac.ops.setup_link(&adapter->hw); in e1000e_power_up_phy()
|