Lines Matching refs:link_up
73 bool link_up; in ixgbe_device_supports_autoneg_fc() local
77 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc()
79 if (link_up) in ixgbe_device_supports_autoneg_fc()
2336 bool link_up; in ixgbe_fc_autoneg() local
2350 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
2351 if (!link_up) in ixgbe_fc_autoneg()
2662 bool link_up = false; in ixgbe_blink_led_start_generic() local
2672 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
2674 if (!link_up) { in ixgbe_blink_led_start_generic()
3193 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument
3211 *link_up = true; in ixgbe_check_mac_link_generic()
3214 *link_up = false; in ixgbe_check_mac_link_generic()
3221 *link_up = true; in ixgbe_check_mac_link_generic()
3223 *link_up = false; in ixgbe_check_mac_link_generic()