Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1368 struct mlx5hws_cmd_forward_tbl *fw_island; in mlx5hws_action_create_dest_array() local
1432 fw_island = mlx5hws_cmd_forward_tbl_create(ctx->mdev, &ft_attr, &fte_attr); in mlx5hws_action_create_dest_array()
1433 if (!fw_island) in mlx5hws_action_create_dest_array()
1440 ret = hws_action_create_stcs(action, fw_island->ft_id); in mlx5hws_action_create_dest_array()
1444 action->dest_array.fw_island = fw_island; in mlx5hws_action_create_dest_array()
1453 mlx5hws_cmd_forward_tbl_destroy(ctx->mdev, fw_island); in mlx5hws_action_create_dest_array()
1876 struct mlx5hws_cmd_forward_tbl *fw_island; in mlx5hws_action_create_flow_sampler() local
1897 fw_island = mlx5hws_cmd_forward_tbl_create(ctx->mdev, &ft_attr, &fte_attr); in mlx5hws_action_create_flow_sampler()
1898 if (!fw_island) in mlx5hws_action_create_flow_sampler()
1906 ret = hws_action_create_stcs(action, fw_island->ft_id); in mlx5hws_action_create_flow_sampler()
[all …]