Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Duser.h61 __u32 total_num_uuars; member
66 __u32 total_num_uuars; member
Dmain.c615 if (req.total_num_uuars > MLX5_MAX_UUARS) in mlx5_ib_alloc_ucontext()
618 if (req.total_num_uuars == 0) in mlx5_ib_alloc_ucontext()
621 req.total_num_uuars = ALIGN(req.total_num_uuars, in mlx5_ib_alloc_ucontext()
623 if (req.num_low_latency_uuars > req.total_num_uuars - 1) in mlx5_ib_alloc_ucontext()
626 num_uars = req.total_num_uuars / MLX5_NON_FP_BF_REGS_PER_PAGE; in mlx5_ib_alloc_ucontext()
684 resp.tot_uuars = req.total_num_uuars; in mlx5_ib_alloc_ucontext()