Home
last modified time | relevance | path

Searched refs:abilities (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c1578 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_aq_get_phy_capabilities() argument
1585 if (!abilities) in i40e_aq_get_phy_capabilities()
1603 status = i40e_asq_send_command(hw, &desc, abilities, abilities_size, in i40e_aq_get_phy_capabilities()
1610 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1659 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_set_fc() local
1682 status = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_set_fc()
1691 config.abilities = abilities.abilities & ~(I40E_AQ_PHY_FLAG_PAUSE_TX) & in i40e_set_fc()
1694 config.abilities |= pause_mask; in i40e_set_fc()
1696 if (config.abilities != abilities.abilities) { in i40e_set_fc()
1699 config.abilities |= I40E_AQ_PHY_ENABLE_ATOMIC_LINK; in i40e_set_fc()
[all …]
Di40e_ethtool.c591 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_set_settings() local
651 status = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_set_settings()
660 config.abilities = abilities.abilities; in i40e_set_settings()
672 config.abilities = abilities.abilities | in i40e_set_settings()
689 config.abilities = abilities.abilities & in i40e_set_settings()
720 config.link_speed = abilities.link_speed; in i40e_set_settings()
722 if (change || (abilities.link_speed != config.link_speed)) { in i40e_set_settings()
724 config.phy_type = abilities.phy_type; in i40e_set_settings()
725 config.eee_capability = abilities.eee_capability; in i40e_set_settings()
726 config.eeer = abilities.eeer_val; in i40e_set_settings()
[all …]
Di40e_prototype.h97 struct i40e_aq_get_phy_abilities_resp *abilities,
Di40e_adminq_cmd.h1633 u8 abilities; member
1664 u8 abilities; member
Di40e_main.c10178 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_probe() local
10619 err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, NULL); in i40e_probe()
10624 pf->hw.phy.link_info.requested_speeds = abilities.link_speed; in i40e_probe()
10627 err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities, NULL); in i40e_probe()
10632 pf->hw.phy.phy_types = le32_to_cpu(abilities.phy_type); in i40e_probe()
/linux-4.4.14/Documentation/mic/
Dscif_overview.txt8 abilities of the hardware. SCIF has been used to implement an offload compiler
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h1630 u8 abilities; member
1661 u8 abilities; member