Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Duser.h61 __u32 total_num_uuars; member
66 __u32 total_num_uuars; member
Dmain.c426 if (req.total_num_uuars > MLX5_MAX_UUARS) in mlx5_ib_alloc_ucontext()
429 if (req.total_num_uuars == 0) in mlx5_ib_alloc_ucontext()
432 req.total_num_uuars = ALIGN(req.total_num_uuars, in mlx5_ib_alloc_ucontext()
434 if (req.num_low_latency_uuars > req.total_num_uuars - 1) in mlx5_ib_alloc_ucontext()
437 num_uars = req.total_num_uuars / MLX5_NON_FP_BF_REGS_PER_PAGE; in mlx5_ib_alloc_ucontext()
495 resp.tot_uuars = req.total_num_uuars; in mlx5_ib_alloc_ucontext()