Lines Matching refs:link_up
1958 bool *link_up, in ixgbe_check_link_t_X550em() argument
1967 status = ixgbe_check_mac_link_generic(hw, speed, link_up, in ixgbe_check_link_t_X550em()
1971 if (status || !(*link_up)) in ixgbe_check_link_t_X550em()
1989 *link_up = false; in ixgbe_check_link_t_X550em()
2151 bool link_up; in ixgbe_fc_autoneg_sgmii_x550em_a() local
2161 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
2162 if (!link_up) in ixgbe_fc_autoneg_sgmii_x550em_a()
2653 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
2658 *link_up = false; in ixgbe_ext_phy_t_x550em_get_link()
2671 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link()
2690 bool link_up; in ixgbe_setup_internal_phy_t_x550em() local
2705 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
2709 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2719 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
2723 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2991 bool link_up; in ixgbe_fc_autoneg_backplane_x550em_a() local
3003 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a()
3004 if (!link_up) { in ixgbe_fc_autoneg_backplane_x550em_a()
3079 bool link_up; in ixgbe_enter_lplu_t_x550em() local
3085 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
3098 if (!link_up || !(hw->eeprom.ctrl_word_3 & NVM_INIT_CTRL_3_LPLU) || in ixgbe_enter_lplu_t_x550em()
3118 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
3447 bool link_up = false; in ixgbe_reset_hw_X550em() local
3496 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
3497 if (link_up) in ixgbe_reset_hw_X550em()