Home
last modified time | relevance | path

Searched refs:ixgbe_link_speed (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.h28 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
33 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
Dixgbe_phy.h155 ixgbe_link_speed speed,
158 ixgbe_link_speed *speed,
164 ixgbe_link_speed *speed,
Dixgbe_82599.c48 ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *, ixgbe_link_speed);
50 ixgbe_link_speed speed,
56 ixgbe_link_speed speed,
59 ixgbe_link_speed speed,
353 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_82599()
658 ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed) in ixgbe_set_hard_rate_select_speed()
688 ixgbe_link_speed speed, in ixgbe_setup_mac_link_smartspeed()
692 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_smartspeed()
798 ixgbe_link_speed speed, in ixgbe_setup_mac_link_82599()
806 ixgbe_link_speed link_capabilities = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_82599()
[all …]
Dixgbe_common.h98 ixgbe_link_speed *speed,
139 ixgbe_link_speed speed,
142 ixgbe_link_speed speed);
Dixgbe_82598.c44 ixgbe_link_speed speed,
223 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_82598()
545 ixgbe_link_speed *speed, bool *link_up, in ixgbe_check_mac_link_82598()
631 ixgbe_link_speed speed, in ixgbe_setup_mac_link_82598()
635 ixgbe_link_speed link_capabilities = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_82598()
676 ixgbe_link_speed speed, in ixgbe_setup_copper_link_82598()
Dixgbe_x550.c1087 static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed) in ixgbe_setup_ixfi_x550em()
1240 ixgbe_link_speed speed, in ixgbe_setup_mac_link_sfp_x550em()
1300 ixgbe_link_speed speed, in ixgbe_setup_mac_link_t_X550em()
1304 ixgbe_link_speed force_speed; in ixgbe_setup_mac_link_t_X550em()
1334 ixgbe_link_speed *speed, in ixgbe_check_link_t_X550em()
1421 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_X550em()
1634 ixgbe_link_speed speed) in ixgbe_setup_kr_speed_x550em()
1760 ixgbe_link_speed force_speed; in ixgbe_setup_internal_phy_t_x550em()
1831 ixgbe_link_speed *lcd_speed) in ixgbe_get_lcd_t_x550em()
1872 ixgbe_link_speed lcd_speed; in ixgbe_enter_lplu_t_x550em()
[all …]
Dixgbe_type.h2791 typedef u32 ixgbe_link_speed; typedef
3264 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
3265 s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
3266 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
3267 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
3269 void (*set_rate_select_speed)(struct ixgbe_hw *, ixgbe_link_speed);
3326 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
3327 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
3400 ixgbe_link_speed speeds_supported;
Dixgbe_common.c77 ixgbe_link_speed speed; in ixgbe_device_supports_autoneg_fc()
2343 ixgbe_link_speed speed; in ixgbe_fc_autoneg()
2672 ixgbe_link_speed speed = 0; in ixgbe_blink_led_start_generic()
3203 s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_mac_link_generic()
3937 ixgbe_link_speed speed, in ixgbe_setup_mac_link_multispeed_fiber()
3940 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber()
3941 ixgbe_link_speed highest_link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber()
4100 ixgbe_link_speed speed) in ixgbe_set_soft_rate_select_speed()
Dixgbe_x540.c80 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_mac_link_X540()
757 ixgbe_link_speed speed; in ixgbe_blink_led_start_X540()
Dixgbe_phy.c704 ixgbe_link_speed speed; in ixgbe_setup_phy_link_generic()
778 ixgbe_link_speed speed, in ixgbe_setup_phy_link_speed_generic()
849 ixgbe_link_speed *speed, in ixgbe_get_copper_link_capabilities_generic()
869 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link_tnx()
923 ixgbe_link_speed speed; in ixgbe_setup_phy_link_tnx()
Dixgbe_ethtool.c159 ixgbe_link_speed supported_link; in ixgbe_get_settings()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.h56 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
57 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
58 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
Ddefines.h44 typedef u32 ixgbe_link_speed; typedef
Dvf.c560 ixgbe_link_speed speed, bool autoneg, in ixgbevf_setup_mac_link_vf()
576 ixgbe_link_speed *speed, in ixgbevf_check_mac_link_vf()