Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_82599.h39 ixgbe_link_speed *speed, bool *autoneg);
45 ixgbe_link_speed speed);
47 ixgbe_link_speed speed,
51 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
H A Dixgbe_x550.h84 ixgbe_link_speed *speed, bool *autoneg);
94 s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed);
100 ixgbe_link_speed speed,
103 ixgbe_link_speed speed,
117 ixgbe_link_speed speed,
119 s32 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
H A Dixgbe_api.h77 ixgbe_link_speed *speed,
80 ixgbe_link_speed speed,
86 s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
88 s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
90 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
92 s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
224 void ixgbe_set_rate_select_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed);
H A Dixgbe_phy.h175 ixgbe_link_speed speed,
178 ixgbe_link_speed *speed,
184 ixgbe_link_speed *speed,
H A Dixgbe_x540.h41 ixgbe_link_speed *speed, bool *autoneg);
43 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
H A Dixgbe_82598.c49 ixgbe_link_speed *speed,
55 ixgbe_link_speed *speed, bool *link_up,
58 ixgbe_link_speed speed,
61 ixgbe_link_speed speed,
297 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_82598()
643 ixgbe_link_speed *speed, bool *link_up, in ixgbe_check_mac_link_82598()
732 ixgbe_link_speed speed, in ixgbe_setup_mac_link_82598()
737 ixgbe_link_speed link_capabilities = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_82598()
786 ixgbe_link_speed speed, in ixgbe_setup_copper_link_82598()
H A Dixgbe_common.h148 ixgbe_link_speed *speed,
191 ixgbe_link_speed speed,
194 ixgbe_link_speed speed);
H A Dixgbe_api.c592 s32 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link()
607 s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_phy_link_speed()
635 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_link()
690 s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_link()
707 s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_mac_link()
723 s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_get_link_capabilities()
1727 void ixgbe_set_rate_select_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed) in ixgbe_set_rate_select_speed()
H A Dixgbe_x550.c443 ixgbe_link_speed phy_speed;
2143 ixgbe_link_speed speed) in ixgbe_setup_kr_speed_x550em()
2427 ixgbe_link_speed link_speed; in ixgbe_reset_hw_X550em()
2622 ixgbe_link_speed speed, in ixgbe_setup_mac_link_sfp_x550em()
2716 ixgbe_link_speed speed, in ixgbe_setup_mac_link_sfp_x550a()
2987 ixgbe_link_speed force_speed; in ixgbe_setup_internal_phy_t_x550em()
3761 ixgbe_link_speed lcd_speed; in ixgbe_enter_lplu_t_x550em()
3995 ixgbe_link_speed speed; in ixgbe_fc_autoneg_backplane_x550em_a()
4084 ixgbe_link_speed speed; in ixgbe_fc_autoneg_sgmii_x550em_a()
4444 ixgbe_link_speed speed, in ixgbe_setup_mac_link_t_X550em()
[all …]
H A Dixgbe_82599.c49 ixgbe_link_speed speed,
416 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_82599()
748 ixgbe_link_speed speed) in ixgbe_set_hard_rate_select_speed()
778 ixgbe_link_speed speed, in ixgbe_setup_mac_link_smartspeed()
782 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_smartspeed()
890 ixgbe_link_speed speed, in ixgbe_setup_mac_link_82599()
903 ixgbe_link_speed link_capabilities = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_82599()
1008 ixgbe_link_speed speed, in ixgbe_setup_copper_link_82599()
1034 ixgbe_link_speed link_speed; in ixgbe_reset_hw_82599()
H A Dixgbe_type.h3397 typedef u32 ixgbe_link_speed; typedef
3930 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
3931 s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
3932 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
3933 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
3935 void (*set_rate_select_speed)(struct ixgbe_hw *, ixgbe_link_speed);
4012 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
4013 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
4103 ixgbe_link_speed speeds_supported;
4104 ixgbe_link_speed eee_speeds_supported;
[all …]
H A Dixgbe_x540.c171 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_X540()
198 ixgbe_link_speed speed, in ixgbe_setup_mac_link_X540()
1007 ixgbe_link_speed speed; in ixgbe_blink_led_start_X540()
H A Dixgbe_phy.c795 ixgbe_link_speed speed; in ixgbe_setup_phy_link_generic()
882 ixgbe_link_speed speed, in ixgbe_setup_phy_link_speed_generic()
967 ixgbe_link_speed *speed, in ixgbe_get_copper_link_capabilities_generic()
991 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link_tnx()
1044 ixgbe_link_speed speed; in ixgbe_setup_phy_link_tnx()
H A Dixgbe_common.c165 ixgbe_link_speed speed; in ixgbe_device_supports_autoneg_fc()
3106 ixgbe_link_speed speed; in ixgbe_fc_autoneg()
3463 ixgbe_link_speed speed = 0; in ixgbe_blink_led_start_generic()
4175 s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_mac_link_generic()
5314 ixgbe_link_speed speed, in ixgbe_setup_mac_link_multispeed_fiber()
5317 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber()
5318 ixgbe_link_speed highest_link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber()
5460 ixgbe_link_speed speed) in ixgbe_set_soft_rate_select_speed()