Lines Matching refs:link_up
1335 bool *link_up, in ixgbe_check_link_t_X550em() argument
1344 status = ixgbe_check_mac_link_generic(hw, speed, link_up, in ixgbe_check_link_t_X550em()
1348 if (status || !(*link_up)) in ixgbe_check_link_t_X550em()
1362 *link_up = false; in ixgbe_check_link_t_X550em()
1722 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
1727 *link_up = false; in ixgbe_ext_phy_t_x550em_get_link()
1742 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link()
1761 bool link_up; in ixgbe_setup_internal_phy_t_x550em() local
1769 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
1773 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
1783 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em()
1787 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
1874 bool link_up; in ixgbe_enter_lplu_t_x550em() local
1884 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
1897 if (!link_up || !(hw->eeprom.ctrl_word_3 & NVM_INIT_CTRL_3_LPLU) || in ixgbe_enter_lplu_t_x550em()
1917 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_enter_lplu_t_x550em()
2130 bool link_up = false; in ixgbe_reset_hw_X550em() local
2171 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
2172 if (link_up) in ixgbe_reset_hw_X550em()