Searched refs:tot_uuars (Results 1 – 3 of 3) sorted by relevance
117 int tot_uuars = NUM_DRIVER_UARS * MLX5_BF_REGS_PER_PAGE; in need_uuar_lock() local119 if (uuarn == 0 || tot_uuars - NUM_LOW_LAT_UUARS) in need_uuar_lock()127 int tot_uuars = NUM_DRIVER_UARS * MLX5_BF_REGS_PER_PAGE; in mlx5_alloc_uuars() local141 uuari->bfs = kcalloc(tot_uuars, sizeof(*uuari->bfs), GFP_KERNEL); in mlx5_alloc_uuars()147 uuari->bitmap = kcalloc(BITS_TO_LONGS(tot_uuars), sizeof(*uuari->bitmap), in mlx5_alloc_uuars()154 uuari->count = kcalloc(tot_uuars, sizeof(*uuari->count), GFP_KERNEL); in mlx5_alloc_uuars()176 for (i = 0; i < tot_uuars; i++) { in mlx5_alloc_uuars()
75 __u32 tot_uuars; member
684 resp.tot_uuars = req.total_num_uuars; in mlx5_ib_alloc_ucontext()