Searched refs:fw_island (Results 1 – 2 of 2) sorted by relevance
1363 struct mlx5hws_cmd_forward_tbl *fw_island; in mlx5hws_action_create_dest_array() local1427 fw_island = mlx5hws_cmd_forward_tbl_create(ctx->mdev, &ft_attr, &fte_attr); in mlx5hws_action_create_dest_array()1428 if (!fw_island) in mlx5hws_action_create_dest_array()1435 ret = hws_action_create_stcs(action, fw_island->ft_id); in mlx5hws_action_create_dest_array()1439 action->dest_array.fw_island = fw_island; in mlx5hws_action_create_dest_array()1448 mlx5hws_cmd_forward_tbl_destroy(ctx->mdev, fw_island); in mlx5hws_action_create_dest_array()1908 mlx5hws_cmd_forward_tbl_destroy(action->ctx->mdev, action->dest_array.fw_island); in hws_action_destroy_hws()
164 struct mlx5hws_cmd_forward_tbl *fw_island; member