Searched refs:mlx5hws_pattern_cache (Results 1 – 3 of 3) sorted by relevance
23 struct mlx5hws_pattern_cache { struct48 int mlx5hws_pat_init_pattern_cache(struct mlx5hws_pattern_cache **cache); argument50 void mlx5hws_pat_uninit_pattern_cache(struct mlx5hws_pattern_cache *cache);
77 int mlx5hws_pat_init_pattern_cache(struct mlx5hws_pattern_cache **cache) in mlx5hws_pat_init_pattern_cache()79 struct mlx5hws_pattern_cache *new_cache; in mlx5hws_pat_init_pattern_cache()93 void mlx5hws_pat_uninit_pattern_cache(struct mlx5hws_pattern_cache *cache) in mlx5hws_pat_uninit_pattern_cache()129 mlx5hws_pat_find_cached_pattern(struct mlx5hws_pattern_cache *cache, in mlx5hws_pat_find_cached_pattern()147 mlx5hws_pat_get_existing_cached_pattern(struct mlx5hws_pattern_cache *cache, in mlx5hws_pat_get_existing_cached_pattern()165 mlx5hws_pat_add_pattern_to_cache(struct mlx5hws_pattern_cache *cache, in mlx5hws_pat_add_pattern_to_cache()194 mlx5hws_pat_find_cached_pattern_by_id(struct mlx5hws_pattern_cache *cache, in mlx5hws_pat_find_cached_pattern_by_id()218 struct mlx5hws_pattern_cache *cache = ctx->pattern_cache; in mlx5hws_pat_put_pattern()
42 struct mlx5hws_pattern_cache *pattern_cache;