Searched refs:new_bulk (Results 1 – 1 of 1) sorted by relevance
93 struct mlx5_fs_bulk *new_bulk; in mlx5_fs_pool_alloc_new_bulk() local95 new_bulk = fs_pool->ops->bulk_create(dev, fs_pool->pool_ctx); in mlx5_fs_pool_alloc_new_bulk()96 if (new_bulk) in mlx5_fs_pool_alloc_new_bulk()97 fs_pool->available_units += new_bulk->bulk_len; in mlx5_fs_pool_alloc_new_bulk()99 return new_bulk; in mlx5_fs_pool_alloc_new_bulk()134 struct mlx5_fs_bulk *new_bulk; in mlx5_fs_pool_acquire_index() local147 new_bulk = mlx5_fs_pool_alloc_new_bulk(fs_pool); in mlx5_fs_pool_acquire_index()148 if (!new_bulk) { in mlx5_fs_pool_acquire_index()152 err = mlx5_fs_bulk_acquire_index(new_bulk, pool_index); in mlx5_fs_pool_acquire_index()154 list_add(&new_bulk->pool_list, &fs_pool->partially_used); in mlx5_fs_pool_acquire_index()
Completed in 4 milliseconds