Searched refs:abilities (Results 1 – 5 of 5) sorted by relevance
| /titanic_41/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_common.c | 1595 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_aq_get_phy_capabilities() argument 1602 if (!abilities) in i40e_aq_get_phy_capabilities() 1620 status = i40e_asq_send_command(hw, &desc, abilities, abilities_size, in i40e_aq_get_phy_capabilities() 1627 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type); in i40e_aq_get_phy_capabilities() 1628 hw->phy.phy_types |= ((u64)abilities->phy_type_ext << 32); in i40e_aq_get_phy_capabilities() 1678 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_set_fc() local 1701 status = i40e_aq_get_phy_capabilities(hw, FALSE, false, &abilities, in i40e_set_fc() 1710 config.abilities = abilities.abilities & ~(I40E_AQ_PHY_FLAG_PAUSE_TX) & in i40e_set_fc() 1713 config.abilities |= pause_mask; in i40e_set_fc() 1715 if (config.abilities != abilities.abilities) { in i40e_set_fc() [all …]
|
| H A D | i40e_adminq_cmd.h | 1758 u8 abilities; member 1797 u8 abilities; member
|
| H A D | i40e_prototype.h | 124 struct i40e_aq_get_phy_abilities_resp *abilities,
|
| /titanic_41/usr/src/uts/common/io/i40e/ |
| H A D | i40e_stats.c | 1070 *val = (i40e->i40e_phy.abilities & in i40e_m_stat() 1074 *val = (i40e->i40e_phy.abilities & in i40e_m_stat()
|
| /titanic_41/usr/src/cmd/sgs/elfedit/common/ |
| H A D | elfedit.msg | 457 extensibility of elfedit's abilities, and it is also efficient,\n\
|