Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.c1128 if (!sh->flow_tbls) in mlx5_free_table_hash_list()
1130 mlx5_hlist_destroy(sh->flow_tbls); in mlx5_free_table_hash_list()
1154 sh->flow_tbls = mlx5_hlist_create(s, MLX5_FLOW_TABLE_HLIST_ARRAY_SIZE, in mlx5_alloc_table_hash_list()
1157 if (!sh->flow_tbls) { in mlx5_alloc_table_hash_list()
1162 sh->flow_tbls->ctx = sh; in mlx5_alloc_table_hash_list()
H A Dmlx5.h738 struct mlx5_hlist *flow_tbls; member
H A Dmlx5_flow_dv.c8085 entry = mlx5_hlist_register(priv->sh->flow_tbls, table_key.v64, &ctx); in flow_dv_tbl_resource_get()
8162 return mlx5_hlist_unregister(sh->flow_tbls, &tbl_data->entry); in flow_dv_tbl_resource_release()
H A Dmlx5_flow.c7339 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, NULL); in tunnel_mark_decode()