Searched refs:ixgbe_link_speed (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.h | 28 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,
|
D | ixgbe_phy.h | 130 ixgbe_link_speed speed, 133 ixgbe_link_speed *speed, 139 ixgbe_link_speed *speed,
|
D | ixgbe_82599.c | 48 ixgbe_link_speed speed, 51 ixgbe_link_speed speed, 57 ixgbe_link_speed speed, 60 ixgbe_link_speed speed, 351 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_82599() 661 ixgbe_link_speed speed, in ixgbe_setup_mac_link_multispeed_fiber() 665 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber() 666 ixgbe_link_speed highest_link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber() 834 ixgbe_link_speed speed, in ixgbe_setup_mac_link_smartspeed() 838 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_smartspeed() [all …]
|
D | ixgbe_82598.c | 44 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()
|
D | ixgbe_x550.c | 753 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_X550em() 837 static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed) in ixgbe_setup_ixfi_x550em() 1040 ixgbe_link_speed force_speed; in ixgbe_setup_internal_phy_x550em() 1253 ixgbe_link_speed link_speed; in ixgbe_reset_hw_X550em()
|
D | ixgbe_phy.c | 636 ixgbe_link_speed speed; in ixgbe_setup_phy_link_generic() 710 ixgbe_link_speed speed, in ixgbe_setup_phy_link_speed_generic() 744 ixgbe_link_speed *speed, in ixgbe_get_copper_link_capabilities_generic() 779 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link_tnx() 833 ixgbe_link_speed speed; in ixgbe_setup_phy_link_tnx()
|
D | ixgbe_x540.c | 75 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_mac_link_X540() 722 ixgbe_link_speed speed; in ixgbe_blink_led_start_X540()
|
D | ixgbe_type.h | 2602 typedef u32 ixgbe_link_speed; typedef 3044 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); 3045 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); 3046 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *, 3104 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); 3105 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
|
D | ixgbe_common.h | 98 ixgbe_link_speed *speed,
|
D | ixgbe_common.c | 72 ixgbe_link_speed speed; in ixgbe_device_supports_autoneg_fc() 2335 ixgbe_link_speed speed; in ixgbe_fc_autoneg() 2661 ixgbe_link_speed speed = 0; in ixgbe_blink_led_start_generic() 3192 s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_mac_link_generic()
|
D | ixgbe_ethtool.c | 159 ixgbe_link_speed supported_link; in ixgbe_get_settings()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 56 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 *,
|
D | defines.h | 44 typedef u32 ixgbe_link_speed; typedef
|
D | vf.c | 520 ixgbe_link_speed speed, bool autoneg, in ixgbevf_setup_mac_link_vf() 536 ixgbe_link_speed *speed, in ixgbevf_check_mac_link_vf()
|