Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_pat_arg.h39 mlx5hws_arg_get_arg_log_size(u16 num_of_actions);
Dmlx5hws_pat_arg.c28 mlx5hws_arg_get_arg_log_size(u16 num_of_actions) in mlx5hws_arg_get_arg_log_size() function
36 return BIT(mlx5hws_arg_get_arg_log_size(num_of_actions)); in mlx5hws_arg_get_arg_size()
Dmlx5hws_action.c1222 if (mlx5hws_arg_get_arg_log_size(max_mh_actions) >= MLX5HWS_ARG_CHUNK_SIZE_MAX) { in hws_action_create_modify_header_hws()