Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c1363 struct mlx5hws_cmd_forward_tbl *fw_island; in mlx5hws_action_create_dest_array() local
1427 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()
Dmlx5hws_action.h164 struct mlx5hws_cmd_forward_tbl *fw_island; member