Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c7 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) macro
30 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()
83 actions_size = MLX5_MH_ACT_SZ * num_actions; in mlx5e_mod_hdr_attach()
177 new_sz = MLX5_MH_ACT_SZ * new_num_actions; in mlx5e_mod_hdr_alloc()
178 old_sz = mod_hdr_acts->max_actions * MLX5_MH_ACT_SZ; in mlx5e_mod_hdr_alloc()
198 return mod_hdr_acts->actions + (mod_hdr_acts->num_actions * MLX5_MH_ACT_SZ); in mlx5e_mod_hdr_alloc()
215 return mod_hdr_acts->actions + (pos * MLX5_MH_ACT_SZ); in mlx5e_mod_hdr_get_item()
Dmod_hdr.h10 #define MLX5_MH_ACT_SZ MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) macro
22 u8 name[len][MLX5_MH_ACT_SZ] = {}