Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c38 struct mlx5_flow_group *recirc_grp; member
326 e->recirc_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_recirc_group()
327 if (IS_ERR(e->recirc_grp)) { in mlx5_create_indir_recirc_group()
328 err = PTR_ERR(e->recirc_grp); in mlx5_create_indir_recirc_group()
441 mlx5_destroy_flow_group(e->recirc_grp); in mlx5_esw_indir_table_entry_create()
516 mlx5_destroy_flow_group(e->recirc_grp); in mlx5_esw_indir_table_put()