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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A 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] = {}
H A 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);
39 a->num_actions * MLX5_MH_ACT_SZ);
83 actions_size = MLX5_MH_ACT_SZ * num_actions;
177 new_sz = MLX5_MH_ACT_SZ * new_num_actions;
178 old_sz = mod_hdr_acts->max_actions * MLX5_MH_ACT_SZ;
198 return mod_hdr_acts->actions + (mod_hdr_acts->num_actions * MLX5_MH_ACT_SZ);
215 return mod_hdr_acts->actions + (pos * MLX5_MH_ACT_SZ);

Completed in 94 milliseconds