Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_context.c32 ret = mlx5hws_definer_init_cache(&ctx->definer_cache); in hws_context_pools_init()
59 mlx5hws_definer_uninit_cache(ctx->definer_cache); in hws_context_pools_init()
74 mlx5hws_definer_uninit_cache(ctx->definer_cache); in hws_context_pools_uninit()
H A Dmlx5hws_context.h43 struct mlx5hws_definer_cache *definer_cache; member
H A Dmlx5hws_definer.c1976 struct mlx5hws_definer_cache *cache = ctx->definer_cache; in mlx5hws_definer_get_obj()
2024 list_for_each_entry(cached_definer, &ctx->definer_cache->list_head, list_node) { in hws_definer_put_obj()