Searched refs:total_num_uuars (Results 1 – 2 of 2) sorted by relevance
61 __u32 total_num_uuars; member66 __u32 total_num_uuars; member
426 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()