Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1193 u16 num_actions, max_mh_actions = 0, hw_max_actions; in hws_action_create_modify_header_hws() local
1227 max_mh_actions = max(max_mh_actions, new_num_actions); in hws_action_create_modify_header_hws()
1230 if (mlx5hws_arg_get_arg_log_size(max_mh_actions) >= MLX5HWS_ARG_CHUNK_SIZE_MAX) { in hws_action_create_modify_header_hws()
1232 max_mh_actions); in hws_action_create_modify_header_hws()
1238 if (max_mh_actions > 1) { in hws_action_create_modify_header_hws()
1241 max_mh_actions, in hws_action_create_modify_header_hws()
1258 action[i].modify_header.max_num_of_actions = max_mh_actions; in hws_action_create_modify_header_hws()