Lines Matching refs:link_up
53 bool link_up; in ixgbe_device_supports_autoneg_fc() local
64 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc()
66 if (link_up) in ixgbe_device_supports_autoneg_fc()
2411 bool link_up; in ixgbe_fc_autoneg() local
2425 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
2426 if (!link_up) in ixgbe_fc_autoneg()
2752 bool link_up = false; in ixgbe_blink_led_start_generic() local
2765 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
2767 if (!link_up) { in ixgbe_blink_led_start_generic()
3292 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument
3320 *link_up = false; in ixgbe_check_mac_link_generic()
3339 *link_up = true; in ixgbe_check_mac_link_generic()
3342 *link_up = false; in ixgbe_check_mac_link_generic()
3349 *link_up = true; in ixgbe_check_mac_link_generic()
3351 *link_up = false; in ixgbe_check_mac_link_generic()
4204 bool autoneg, link_up = false; in ixgbe_setup_mac_link_multispeed_fiber() local
4257 &link_up, false); in ixgbe_setup_mac_link_multispeed_fiber()
4261 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()
4302 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
4307 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()