Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c1092 action[i].modify_header.num_of_patterns = num_of_hdrs; in hws_action_handle_tunnel_l3_to_l2()
1186 u8 num_of_patterns, in hws_action_create_modify_header_hws() argument
1199 new_pattern = kcalloc(num_of_patterns, size_in_bytes, GFP_KERNEL); in hws_action_create_modify_header_hws()
1204 for (i = 0; i < num_of_patterns; i++) { in hws_action_create_modify_header_hws()
1242 for (i = 0; i < num_of_patterns; i++) { in hws_action_create_modify_header_hws()
1249 action[i].modify_header.num_of_patterns = num_of_patterns; in hws_action_create_modify_header_hws()
1315 u8 num_of_patterns, in mlx5hws_action_create_modify_header() argument
1323 if (!num_of_patterns) { in mlx5hws_action_create_modify_header()
1329 num_of_patterns); in mlx5hws_action_create_modify_header()
1333 if ((flags & MLX5HWS_ACTION_FLAG_SHARED) && (log_bulk_size || num_of_patterns > 1)) { in mlx5hws_action_create_modify_header()
[all …]
Dmlx5hws_action.h134 u8 num_of_patterns; member
Dmlx5hws.h666 u8 num_of_patterns,