Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c240 if (!sh->flow_tbls) in mlx5_alloc_shared_dr()
244 (void *)sh->flow_tbls); in mlx5_alloc_shared_dr()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c163 ge = mlx5_hlist_register(priv->sh->flow_tbls, dest_group, &ctx); in flow_hw_jump_action_register()
187 mlx5_hlist_unregister(priv->sh->flow_tbls, &grp->entry); in flow_hw_jump_release()
262 mlx5_hlist_unregister(priv->sh->flow_tbls, &grp->entry); in __flow_hw_action_template_destroy()
H A Dmlx5.c1617 &sh->groups : &sh->flow_tbls; in mlx5_free_table_hash_list()
1681 sh->flow_tbls = mlx5_hlist_create(s, MLX5_FLOW_TABLE_HLIST_ARRAY_SIZE, in mlx5_alloc_table_hash_list()
1688 if (!sh->flow_tbls) { in mlx5_alloc_table_hash_list()
H A Dmlx5.h1221 struct mlx5_hlist *flow_tbls; /* SWS flow table. */ member
H A Dmlx5_flow_dv.c10689 entry = mlx5_hlist_register(priv->sh->flow_tbls, table_key.v64, &ctx); in flow_dv_tbl_resource_get()
10769 return mlx5_hlist_unregister(sh->flow_tbls, &tbl_data->entry); in flow_dv_tbl_resource_release()
H A Dmlx5_flow.c10148 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, &ctx); in tunnel_mark_decode()