Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_pool.c588 enum mlx5hws_db_type res_db_type; in mlx5hws_pool_create() local
605 res_db_type = MLX5HWS_POOL_DB_TYPE_GENERAL_SIZE; in mlx5hws_pool_create()
608 res_db_type = MLX5HWS_POOL_DB_TYPE_ONE_SIZE_RESOURCE; in mlx5hws_pool_create()
610 res_db_type = MLX5HWS_POOL_DB_TYPE_BUDDY; in mlx5hws_pool_create()
614 if (hws_pool_db_init(pool, res_db_type)) in mlx5hws_pool_create()