Home
last modified time | relevance | path

Searched refs:mirror_resource (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpool.c29 hws_pool_free_one_resource(pool->mirror_resource); in hws_pool_resource_free()
30 pool->mirror_resource = NULL; in hws_pool_resource_free()
94 struct mlx5hws_pool_resource *mirror_resource; in hws_pool_resource_alloc() local
99 mirror_resource = hws_pool_create_one_resource(pool, opt_log_range, fw_ft_type); in hws_pool_resource_alloc()
100 if (!mirror_resource) { in hws_pool_resource_alloc()
106 pool->mirror_resource = mirror_resource; in hws_pool_resource_alloc()
H A Ddebug.c377 if (stc_pool->mirror_resource) { in hws_debug_dump_context_stc()
378 struct mlx5hws_pool_resource *res = stc_pool->mirror_resource; in hws_debug_dump_context_stc()