Searched refs:flow_tbls (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_os.c | 240 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 D | mlx5_flow_hw.c | 163 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 D | mlx5.c | 1617 &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 D | mlx5.h | 1221 struct mlx5_hlist *flow_tbls; /* SWS flow table. */ member
|
| H A D | mlx5_flow_dv.c | 10689 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 D | mlx5_flow.c | 10148 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, &ctx); in tunnel_mark_decode()
|