Lines Matching refs:link_up
1911 bool *link_up, in ixgbe_check_link_t_X550em() argument
1920 status = ixgbe_check_mac_link_generic(hw, speed, link_up, in ixgbe_check_link_t_X550em()
1924 if (status || !(*link_up)) in ixgbe_check_link_t_X550em()
1942 *link_up = false; in ixgbe_check_link_t_X550em()
2104 bool link_up; in ixgbe_fc_autoneg_sgmii_x550em_a() local
2114 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
2115 if (!link_up) in ixgbe_fc_autoneg_sgmii_x550em_a()
2607 static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up) in ixgbe_ext_phy_t_x550em_get_link() argument
2612 *link_up = false; in ixgbe_ext_phy_t_x550em_get_link()
2625 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link()
2644 bool link_up; in ixgbe_setup_internal_phy_t_x550em() local
2659 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
2663 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2673 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
2677 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2946 bool link_up; in ixgbe_fc_autoneg_backplane_x550em_a() local
2958 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a()
2959 if (!link_up) { in ixgbe_fc_autoneg_backplane_x550em_a()
3034 bool link_up; in ixgbe_enter_lplu_t_x550em() local
3040 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
3053 if (!link_up || !(hw->eeprom.ctrl_word_3 & NVM_INIT_CTRL_3_LPLU) || in ixgbe_enter_lplu_t_x550em()
3073 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
3403 bool link_up = false; in ixgbe_reset_hw_X550em() local
3451 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
3452 if (link_up) in ixgbe_reset_hw_X550em()