Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c77 int num_actions, actions_size, err; in mlx5e_mod_hdr_attach() local
83 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c952 int max_actions, actions_size, inlen, err; in mlx5_cmd_modify_header_alloc() local
995 actions_size = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * num_actions; in mlx5_cmd_modify_header_alloc()
996 inlen = MLX5_ST_SZ_BYTES(alloc_modify_header_context_in) + actions_size; in mlx5_cmd_modify_header_alloc()
1008 memcpy(actions_in, modify_actions, actions_size); in mlx5_cmd_modify_header_alloc()