Lines Matching defs:abilities
7462 struct i40e_aq_get_phy_abilities_resp abilities;
7476 err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities,
7484 speed = abilities.link_speed;
7487 err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities,
7502 else if (is_up && abilities.phy_type != 0 && abilities.link_speed != 0)
7515 config.abilities = abilities.abilities;
7518 config.abilities |= I40E_AQ_PHY_ENABLE_LINK;
7520 config.abilities &= ~(I40E_AQ_PHY_ENABLE_LINK);
7522 if (abilities.link_speed != 0)
7523 config.link_speed = abilities.link_speed;
7526 config.eee_capability = abilities.eee_capability;
7527 config.eeer = abilities.eeer_val;
7528 config.low_power_ctrl = abilities.d3_lpan;
7529 config.fec_config = abilities.fec_cfg_curr_mod_ext_info &
15523 struct i40e_aq_get_phy_abilities_resp abilities;
16051 err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, NULL);
16055 pf->hw.phy.link_info.requested_speeds = abilities.link_speed;
16058 i40e_set_fec_in_flags(abilities.fec_cfg_curr_mod_ext_info, pf->flags);
16061 err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities, NULL);