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 Dcontext.c31 ret = mlx5hws_definer_init_cache(&ctx->definer_cache); in hws_context_pools_init()
51 mlx5hws_definer_uninit_cache(ctx->definer_cache); in hws_context_pools_init()
62 mlx5hws_definer_uninit_cache(ctx->definer_cache); in hws_context_pools_uninit()
H A Dcontext.h46 struct mlx5hws_definer_cache *definer_cache; member
H A Ddefiner.c2160 struct mlx5hws_definer_cache *cache = ctx->definer_cache; in mlx5hws_definer_get_obj()
2207 list_for_each_entry(cached_definer, &ctx->definer_cache->list_head, list_node) { in hws_definer_put_obj()