Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_arg.c19 struct dr_arg_pool { struct
28 struct dr_arg_pool *pools[DR_ARG_CHUNK_SIZE_MAX]; argument
31 static int dr_arg_pool_alloc_objs(struct dr_arg_pool *pool) in dr_arg_pool_alloc_objs()
97 static struct mlx5dr_arg_obj *dr_arg_pool_get_arg_obj(struct dr_arg_pool *pool) in dr_arg_pool_get_arg_obj()
122 static void dr_arg_pool_put_arg_obj(struct dr_arg_pool *pool, in dr_arg_pool_put_arg_obj()
130 static struct dr_arg_pool *dr_arg_pool_create(struct mlx5dr_domain *dmn, in dr_arg_pool_create()
133 struct dr_arg_pool *pool; in dr_arg_pool_create()
156 static void dr_arg_pool_destroy(struct dr_arg_pool *pool) in dr_arg_pool_destroy()
262 struct dr_arg_pool **pools; in mlx5dr_arg_mgr_destroy()