Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
Dcoalesce.c13 u32 supported_params; member
69 data->supported_params = dev->ethtool_ops->supported_coalesce_params; in coalesce_prepare_data()
107 u32 supported_params) in coalesce_put_u32() argument
109 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
115 u32 supported_params) in coalesce_put_bool() argument
117 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
128 u32 supported = data->supported_params; in coalesce_fill_reply()
227 u32 supported_params; in ethnl_set_coalesce() local
245 supported_params = ops->supported_coalesce_params; in ethnl_set_coalesce()
247 if (tb[a] && !(supported_params & attr_to_mask(a))) { in ethnl_set_coalesce()
Dioctl.c1639 u32 supported_params = dev->ethtool_ops->supported_coalesce_params; in ethtool_set_coalesce_supported() local
1687 return (supported_params & nonzero_params) == nonzero_params; in ethtool_set_coalesce_supported()
/kernel/linux/linux-5.10/net/core/
Ddevlink.c3466 u32 supported_params; in devlink_nl_cmd_flash_update() local
3474 supported_params = devlink->ops->supported_flash_update_params; in devlink_nl_cmd_flash_update()
3480 if (!(supported_params & DEVLINK_SUPPORT_FLASH_UPDATE_COMPONENT)) { in devlink_nl_cmd_flash_update()
3492 if (!(supported_params & DEVLINK_SUPPORT_FLASH_UPDATE_OVERWRITE_MASK)) { in devlink_nl_cmd_flash_update()