Lines Matching defs:link_up
121 bool *link_up, bool link_up_wait_to_complete);
2251 bool link_up = FALSE;
2313 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
2314 if (link_up)
2761 * @link_up: address of boolean to indicate link status
2765 int32_t ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up)
2770 *link_up = FALSE;
2785 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS);
2805 bool link_up;
2815 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
2819 if (!link_up)
2830 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
2833 if (!link_up)
3542 bool link_up;
3554 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
3565 if (!link_up || !(hw->eeprom.ctrl_word_3 & NVM_INIT_CTRL_3_LPLU) ||
3587 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
3774 bool link_up;
3787 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3788 if (!link_up) {
3863 bool link_up;
3876 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3877 if (!link_up) {
4255 * @link_up: TRUE when link is up
4261 bool *link_up, bool link_up_wait_to_complete)
4269 status = ixgbe_check_mac_link_generic(hw, speed, link_up,
4273 if (status != IXGBE_SUCCESS || !(*link_up))
4292 *link_up = FALSE;