Searched refs:abilities (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 1220 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_set_link_ksettings() local 1303 status = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_set_link_ksettings() 1314 config.abilities = abilities.abilities; in i40e_set_link_ksettings() 1329 config.abilities = abilities.abilities | in i40e_set_link_ksettings() 1348 config.abilities = abilities.abilities & in i40e_set_link_ksettings() 1429 config.link_speed = abilities.link_speed; in i40e_set_link_ksettings() 1430 if (autoneg_changed || abilities.link_speed != config.link_speed) { in i40e_set_link_ksettings() 1432 config.phy_type = abilities.phy_type; in i40e_set_link_ksettings() 1433 config.phy_type_ext = abilities.phy_type_ext; in i40e_set_link_ksettings() 1434 config.eee_capability = abilities.eee_capability; in i40e_set_link_ksettings() [all …]
|
D | i40e_common.c | 1312 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_aq_get_phy_capabilities() argument 1320 if (!abilities) in i40e_aq_get_phy_capabilities() 1339 status = i40e_asq_send_command(hw, &desc, abilities, in i40e_aq_get_phy_capabilities() 1368 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities() 1370 ((u64)abilities->phy_type_ext << 32); in i40e_aq_get_phy_capabilities() 1413 struct i40e_aq_get_phy_abilities_resp *abilities, in i40e_set_fc_status() argument 1437 config.abilities = abilities->abilities & ~(I40E_AQ_PHY_FLAG_PAUSE_TX) & in i40e_set_fc_status() 1440 config.abilities |= pause_mask; in i40e_set_fc_status() 1442 if (config.abilities == abilities->abilities) in i40e_set_fc_status() 1447 config.abilities |= I40E_AQ_PHY_ENABLE_ATOMIC_LINK; in i40e_set_fc_status() [all …]
|
D | i40e_main.c | 7424 struct i40e_aq_get_phy_abilities_resp abilities; in i40e_force_link_state() local 7438 err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities, in i40e_force_link_state() 7447 speed = abilities.link_speed; in i40e_force_link_state() 7450 err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, in i40e_force_link_state() 7466 else if (is_up && abilities.phy_type != 0 && abilities.link_speed != 0) in i40e_force_link_state() 7479 config.abilities = abilities.abilities; in i40e_force_link_state() 7482 config.abilities |= I40E_AQ_PHY_ENABLE_LINK; in i40e_force_link_state() 7484 config.abilities &= ~(I40E_AQ_PHY_ENABLE_LINK); in i40e_force_link_state() 7486 if (abilities.link_speed != 0) in i40e_force_link_state() 7487 config.link_speed = abilities.link_speed; in i40e_force_link_state() [all …]
|
D | i40e_adminq_cmd.h | 1652 u8 abilities; member 1682 u8 abilities; member
|
D | i40e_prototype.h | 98 struct i40e_aq_get_phy_abilities_resp *abilities,
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | selection-api-intro.rst | 12 these abilities cropping, scaling and composing.
|
D | vidioc-cropcap.rst | 13 VIDIOC_CROPCAP - Information about the video cropping and scaling abilities
|
D | crop.rst | 20 abilities cropping and scaling. Some video output devices can scale an 113 factors, or have different scaling abilities in horizontal and vertical
|
D | vidioc-g-fmt.rst | 65 checks and adjusts the parameters against hardware abilities. Drivers
|
D | selection-api-configuration.rst | 13 factors, or have different scaling abilities in the horizontal and
|
D | dev-raw-vbi.rst | 58 Raw VBI sampling abilities can vary, in particular the sampling
|
D | dev-overlay.rst | 240 Regardless of the chosen method, the clipping abilities of the hardware
|
/Linux-v6.6/Documentation/livepatch/ |
D | callbacks.rst | 7 can be considered a **power feature** that **extends livepatching abilities**
|
/Linux-v6.6/Documentation/networking/dsa/ |
D | sja1105.rst | 222 The TTEthernet hardware abilities of the switch can be constrained to act
|
/Linux-v6.6/Documentation/userspace-api/netlink/ |
D | intro.rst | 398 The basic introspection abilities are enabled by access to the Family
|
/Linux-v6.6/Documentation/networking/ |
D | tls-offload.rst | 33 abilities or QoS and packet scheduling (``ethtool`` flag ``tls-hw-record``).
|
/Linux-v6.6/drivers/hwmon/ |
D | Kconfig | 881 voltage and current sensors abilities.
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 4847 the kernel's scrubbing abilities, which validates group (i).
|