Home
last modified time | relevance | path

Searched refs:supported_params (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
A Dcoalesce.c15 u32 supported_params; member
125 u32 supported_params) in coalesce_put_u32() argument
127 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
133 u32 supported_params) in coalesce_put_bool() argument
135 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
215 u32 supported = data->supported_params; in coalesce_fill_reply()
354 u32 supported_params; in ethnl_set_coalesce_validate() local
361 supported_params = ops->supported_coalesce_params; in ethnl_set_coalesce_validate()
363 supported_params |= ETHTOOL_COALESCE_RX_PROFILE; in ethnl_set_coalesce_validate()
366 supported_params |= ETHTOOL_COALESCE_TX_PROFILE; in ethnl_set_coalesce_validate()
[all …]
A Dioctl.c1951 u32 supported_params = dev->ethtool_ops->supported_coalesce_params; in ethtool_set_coalesce_supported() local
1999 return (supported_params & nonzero_params) == nonzero_params; in ethtool_set_coalesce_supported()
/linux/net/devlink/
A Ddev.c1140 u32 supported_params; in devlink_nl_flash_update_doit() local
1155 supported_params = devlink->ops->supported_flash_update_params; in devlink_nl_flash_update_doit()
1161 if (!(supported_params & DEVLINK_SUPPORT_FLASH_UPDATE_OVERWRITE_MASK)) { in devlink_nl_flash_update_doit()

Completed in 16 milliseconds