Lines Matching refs:link_up

78 	bool link_up;  in ixgbe_device_supports_autoneg_fc()  local
82 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc()
84 if (link_up) in ixgbe_device_supports_autoneg_fc()
2344 bool link_up; in ixgbe_fc_autoneg() local
2358 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
2359 if (!link_up) in ixgbe_fc_autoneg()
2673 bool link_up = false; in ixgbe_blink_led_start_generic() local
2683 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
2685 if (!link_up) { in ixgbe_blink_led_start_generic()
3204 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument
3222 *link_up = true; in ixgbe_check_mac_link_generic()
3225 *link_up = false; in ixgbe_check_mac_link_generic()
3232 *link_up = true; in ixgbe_check_mac_link_generic()
3234 *link_up = false; in ixgbe_check_mac_link_generic()
3945 bool autoneg, link_up = false; in ixgbe_setup_mac_link_multispeed_fiber() local
3962 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
3967 if (link_speed == IXGBE_LINK_SPEED_10GB_FULL && link_up) in ixgbe_setup_mac_link_multispeed_fiber()
4007 &link_up, false); in ixgbe_setup_mac_link_multispeed_fiber()
4011 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()
4022 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
4027 if (link_speed == IXGBE_LINK_SPEED_1GB_FULL && link_up) in ixgbe_setup_mac_link_multispeed_fiber()
4061 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
4066 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()