Searched refs:flow_tbls (Results 1 – 4 of 4) sorted by relevance
1128 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()
738 struct mlx5_hlist *flow_tbls; member
8085 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()
7339 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, NULL); in tunnel_mark_decode()