Searched refs:actions_size (Results 1 – 1 of 1) sorted by relevance
77 int num_actions, actions_size, err; in mlx5e_mod_hdr_attach() local83 actions_size = MLX5_MH_ACT_SZ * num_actions; in mlx5e_mod_hdr_attach()103 mh = kzalloc(sizeof(*mh) + actions_size, GFP_KERNEL); in mlx5e_mod_hdr_attach()110 memcpy(mh->key.actions, key.actions, actions_size); in mlx5e_mod_hdr_attach()