Lines Matching refs:link_up
1908 bool *link_up, in ixgbe_check_link_t_X550em() argument
1917 status = ixgbe_check_mac_link_generic(hw, speed, link_up, in ixgbe_check_link_t_X550em()
1921 if (status || !(*link_up)) in ixgbe_check_link_t_X550em()
1939 *link_up = false; in ixgbe_check_link_t_X550em()
2101 bool link_up; in ixgbe_fc_autoneg_sgmii_x550em_a() local
2111 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
2112 if (!link_up) in ixgbe_fc_autoneg_sgmii_x550em_a()
2603 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
2608 *link_up = false; in ixgbe_ext_phy_t_x550em_get_link()
2621 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link()
2640 bool link_up; in ixgbe_setup_internal_phy_t_x550em() local
2655 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
2659 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2669 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
2673 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2941 bool link_up; in ixgbe_fc_autoneg_backplane_x550em_a() local
2953 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a()
2954 if (!link_up) { in ixgbe_fc_autoneg_backplane_x550em_a()
3029 bool link_up; in ixgbe_enter_lplu_t_x550em() local
3035 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
3048 if (!link_up || !(hw->eeprom.ctrl_word_3 & NVM_INIT_CTRL_3_LPLU) || in ixgbe_enter_lplu_t_x550em()
3068 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
3397 bool link_up = false; in ixgbe_reset_hw_X550em() local
3443 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
3444 if (link_up) in ixgbe_reset_hw_X550em()