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()
2399 bool link_up; in ixgbe_fc_autoneg() local
2413 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
2414 if (!link_up) in ixgbe_fc_autoneg()
2742 bool link_up = false; in ixgbe_blink_led_start_generic() local
2753 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
2755 if (!link_up) { in ixgbe_blink_led_start_generic()
3280 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument
3309 *link_up = false; in ixgbe_check_mac_link_generic()
3328 *link_up = true; in ixgbe_check_mac_link_generic()
3331 *link_up = false; in ixgbe_check_mac_link_generic()
3346 *link_up = false; in ixgbe_check_mac_link_generic()
3351 *link_up = true; in ixgbe_check_mac_link_generic()
3353 *link_up = false; in ixgbe_check_mac_link_generic()
4201 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()