Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c972 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_update_fec() local
1012 if (i40e_aq_get_phy_capabilities(hw, B_FALSE, B_FALSE, &abilities, in i40e_update_fec()
1017 config.abilities = abilities.abilities; in i40e_update_fec()
1019 config.abilities |= I40E_AQ_PHY_ENABLE_ATOMIC_LINK; in i40e_update_fec()
1020 config.phy_type = abilities.phy_type; in i40e_update_fec()
1021 config.phy_type_ext = abilities.phy_type_ext; in i40e_update_fec()
1022 config.link_speed = abilities.link_speed; in i40e_update_fec()
1023 config.eee_capability = abilities.eee_capability; in i40e_update_fec()
1024 config.eeer = abilities.eeer_val; in i40e_update_fec()
1025 config.low_power_ctrl = abilities.d3_lpan; in i40e_update_fec()
H A Di40e_stats.c1075 *val = (i40e->i40e_phy.abilities & in i40e_m_stat()
1079 *val = (i40e->i40e_phy.abilities & in i40e_m_stat()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1687 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_aq_get_phy_capabilities() argument
1695 if (!abilities) in i40e_aq_get_phy_capabilities()
1714 status = i40e_asq_send_command(hw, &desc, abilities, in i40e_aq_get_phy_capabilities()
1743 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1745 ((u64)abilities->phy_type_ext << 32); in i40e_aq_get_phy_capabilities()
1798 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_set_fc() local
1821 status = i40e_aq_get_phy_capabilities(hw, FALSE, false, &abilities, in i40e_set_fc()
1830 config.abilities = abilities.abilities & ~(I40E_AQ_PHY_FLAG_PAUSE_TX) & in i40e_set_fc()
1833 config.abilities |= pause_mask; in i40e_set_fc()
1835 if (config.abilities != abilities.abilities) { in i40e_set_fc()
[all …]
H A Di40e_adminq_cmd.h2024 u8 abilities; member
2079 u8 abilities; member
H A Di40e_prototype.h139 struct i40e_aq_get_phy_abilities_resp *abilities,
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg457 extensibility of elfedit's abilities, and it is also efficient,\n\
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex983 …We can either only open $X/2$ queues on each engine, in which case we lose some abilities, e.g., c…