Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1139 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_set_link_ksettings() local
1216 status = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_set_link_ksettings()
1227 config.abilities = abilities.abilities; in i40e_set_link_ksettings()
1242 config.abilities = abilities.abilities | in i40e_set_link_ksettings()
1262 config.abilities = abilities.abilities & in i40e_set_link_ksettings()
1322 config.link_speed = abilities.link_speed; in i40e_set_link_ksettings()
1323 if (autoneg_changed || abilities.link_speed != config.link_speed) { in i40e_set_link_ksettings()
1325 config.phy_type = abilities.phy_type; in i40e_set_link_ksettings()
1326 config.phy_type_ext = abilities.phy_type_ext; in i40e_set_link_ksettings()
1327 config.eee_capability = abilities.eee_capability; in i40e_set_link_ksettings()
[all …]
Di40e_common.c1568 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_aq_get_phy_capabilities() argument
1576 if (!abilities) in i40e_aq_get_phy_capabilities()
1595 status = i40e_asq_send_command(hw, &desc, abilities, in i40e_aq_get_phy_capabilities()
1624 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1626 ((u64)abilities->phy_type_ext << 32); in i40e_aq_get_phy_capabilities()
1669 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_set_fc_status() argument
1693 config.abilities = abilities->abilities & ~(I40E_AQ_PHY_FLAG_PAUSE_TX) & in i40e_set_fc_status()
1696 config.abilities |= pause_mask; in i40e_set_fc_status()
1698 if (config.abilities == abilities->abilities) in i40e_set_fc_status()
1703 config.abilities |= I40E_AQ_PHY_ENABLE_ATOMIC_LINK; in i40e_set_fc_status()
[all …]
Di40e_main.c6736 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_force_link_state() local
6750 err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities, in i40e_force_link_state()
6759 speed = abilities.link_speed; in i40e_force_link_state()
6762 err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_force_link_state()
6778 else if (is_up && abilities.phy_type != 0 && abilities.link_speed != 0) in i40e_force_link_state()
6791 config.abilities = abilities.abilities; in i40e_force_link_state()
6794 config.abilities |= I40E_AQ_PHY_ENABLE_LINK; in i40e_force_link_state()
6796 config.abilities &= ~(I40E_AQ_PHY_ENABLE_LINK); in i40e_force_link_state()
6798 if (abilities.link_speed != 0) in i40e_force_link_state()
6799 config.link_speed = abilities.link_speed; in i40e_force_link_state()
[all …]
Di40e_adminq_cmd.h1649 u8 abilities; member
1679 u8 abilities; member
Di40e_prototype.h82 struct i40e_aq_get_phy_abilities_resp *abilities,
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dselection-api-intro.rst12 these abilities cropping, scaling and composing.
Dvidioc-cropcap.rst13 VIDIOC_CROPCAP - Information about the video cropping and scaling abilities
Dcrop.rst20 abilities cropping and scaling. Some video output devices can scale an
113 factors, or have different scaling abilities in horizontal and vertical
Dvidioc-g-fmt.rst65 checks and adjusts the parameters against hardware abilities. Drivers
Dselection-api-configuration.rst13 factors, or have different scaling abilities in the horizontal and
Ddev-raw-vbi.rst58 Raw VBI sampling abilities can vary, in particular the sampling
Ddev-overlay.rst230 Regardless of the chosen method, the clipping abilities of the hardware
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c2222 struct ice_aqc_get_phy_caps_data *abilities; in ice_set_link_ksettings() local
2255 abilities = kzalloc(sizeof(*abilities), GFP_KERNEL); in ice_set_link_ksettings()
2256 if (!abilities) in ice_set_link_ksettings()
2261 abilities, NULL); in ice_set_link_ksettings()
2377 abilities->phy_type_high; in ice_set_link_ksettings()
2379 abilities->phy_type_low; in ice_set_link_ksettings()
2419 kfree(abilities); in ice_set_link_ksettings()
/Linux-v5.10/Documentation/livepatch/
Dcallbacks.rst7 can be considered a **power feature** that **extends livepatching abilities**
/Linux-v5.10/Documentation/networking/
Dtls-offload.rst33 abilities or QoS and packet scheduling (``ethtool`` flag ``tls-hw-record``).
/Linux-v5.10/Documentation/networking/dsa/
Dsja1105.rst436 The TTEthernet hardware abilities of the switch can be constrained to act
/Linux-v5.10/drivers/hwmon/
DKconfig807 voltage and current sensors abilities.