Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1091 action[i].modify_header.num_of_patterns = num_of_hdrs; in hws_action_handle_tunnel_l3_to_l2()
1185 u8 num_of_patterns, in hws_action_create_modify_header_hws() argument
1198 new_pattern = kcalloc(num_of_patterns, size_in_bytes, GFP_KERNEL); in hws_action_create_modify_header_hws()
1203 for (i = 0; i < num_of_patterns; i++) { in hws_action_create_modify_header_hws()
1241 for (i = 0; i < num_of_patterns; i++) { in hws_action_create_modify_header_hws()
1248 action[i].modify_header.num_of_patterns = num_of_patterns; in hws_action_create_modify_header_hws()
1314 u8 num_of_patterns, in mlx5hws_action_create_modify_header() argument
1322 if (!num_of_patterns) { in mlx5hws_action_create_modify_header()
1328 num_of_patterns); in mlx5hws_action_create_modify_header()
1338 num_of_patterns, in mlx5hws_action_create_modify_header()
[all …]
H A Daction.h134 u8 num_of_patterns; member
H A Dmlx5hws.h665 u8 num_of_patterns,