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()
2412 bool link_up; in ixgbe_fc_autoneg() local
2426 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
2427 if (!link_up) in ixgbe_fc_autoneg()
2753 bool link_up = false; in ixgbe_blink_led_start_generic() local
2766 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
2768 if (!link_up) { in ixgbe_blink_led_start_generic()
3293 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument
3321 *link_up = false; in ixgbe_check_mac_link_generic()
3340 *link_up = true; in ixgbe_check_mac_link_generic()
3343 *link_up = false; in ixgbe_check_mac_link_generic()
3350 *link_up = true; in ixgbe_check_mac_link_generic()
3352 *link_up = false; in ixgbe_check_mac_link_generic()
4205 bool autoneg, link_up = false; in ixgbe_setup_mac_link_multispeed_fiber() local
4258 &link_up, false); in ixgbe_setup_mac_link_multispeed_fiber()
4262 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()
4303 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
4308 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()