mlx5hws_pattern_cache
struct mlx5hws_pattern_cache *pattern_cache;
mlx5hws_pat_find_cached_pattern(struct mlx5hws_pattern_cache *cache,
mlx5hws_pat_get_existing_cached_pattern(struct mlx5hws_pattern_cache *cache,
mlx5hws_pat_add_pattern_to_cache(struct mlx5hws_pattern_cache *cache,
mlx5hws_pat_find_cached_pattern_by_id(struct mlx5hws_pattern_cache *cache,
struct mlx5hws_pattern_cache *cache = ctx->pattern_cache;
int mlx5hws_pat_init_pattern_cache(struct mlx5hws_pattern_cache **cache)
struct mlx5hws_pattern_cache *new_cache;
void mlx5hws_pat_uninit_pattern_cache(struct mlx5hws_pattern_cache *cache)
int mlx5hws_pat_init_pattern_cache(struct mlx5hws_pattern_cache **cache);
void mlx5hws_pat_uninit_pattern_cache(struct mlx5hws_pattern_cache *cache);