Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c224 #define MLX5_FLOW_CONTEXT_ACTION_MAX 20 macro
250 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), in mlx5_cmd_dr_create_fte()
257 fs_dr_actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, in mlx5_cmd_dr_create_fte()
264 term_actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, in mlx5_cmd_dr_create_fte()
394 if (num_actions == MLX5_FLOW_CONTEXT_ACTION_MAX || in mlx5_cmd_dr_create_fte()
395 num_term_actions >= MLX5_FLOW_CONTEXT_ACTION_MAX) { in mlx5_cmd_dr_create_fte()
466 if (num_actions == MLX5_FLOW_CONTEXT_ACTION_MAX) { in mlx5_cmd_dr_create_fte()