Home
last modified time | relevance | path

Searched refs:mlx5hws_pattern_cache (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_pat_arg.h23 struct mlx5hws_pattern_cache { struct
48 int mlx5hws_pat_init_pattern_cache(struct mlx5hws_pattern_cache **cache); argument
50 void mlx5hws_pat_uninit_pattern_cache(struct mlx5hws_pattern_cache *cache);
H A Dmlx5hws_pat_arg.c77 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()
H A Dmlx5hws_context.h42 struct mlx5hws_pattern_cache *pattern_cache;