Searched refs:MLX5_MH_ACT_SZ (Results 1 – 2 of 2) sorted by relevance
7 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) macro30 key->num_actions * MLX5_MH_ACT_SZ, 0); in hash_mod_hdr_info()39 a->num_actions * MLX5_MH_ACT_SZ); in cmp_mod_hdr_info()82 actions_size = MLX5_MH_ACT_SZ * num_actions; in mlx5e_mod_hdr_attach()176 new_sz = MLX5_MH_ACT_SZ * new_num_actions; in mlx5e_mod_hdr_alloc()177 old_sz = mod_hdr_acts->max_actions * MLX5_MH_ACT_SZ; in mlx5e_mod_hdr_alloc()197 return mod_hdr_acts->actions + (mod_hdr_acts->num_actions * MLX5_MH_ACT_SZ); in mlx5e_mod_hdr_alloc()214 return mod_hdr_acts->actions + (pos * MLX5_MH_ACT_SZ); in mlx5e_mod_hdr_get_item()
10 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) macro22 u8 name[len][MLX5_MH_ACT_SZ] = {}