Searched refs:tot_uuars (Results 1 – 3 of 3) sorted by relevance
116 int tot_uuars = NUM_DRIVER_UARS * MLX5_BF_REGS_PER_PAGE; in need_uuar_lock() local118 if (uuarn == 0 || tot_uuars - NUM_LOW_LAT_UUARS) in need_uuar_lock()126 int tot_uuars = NUM_DRIVER_UARS * MLX5_BF_REGS_PER_PAGE; in mlx5_alloc_uuars() local140 uuari->bfs = kcalloc(tot_uuars, sizeof(*uuari->bfs), GFP_KERNEL); in mlx5_alloc_uuars()146 uuari->bitmap = kcalloc(BITS_TO_LONGS(tot_uuars), sizeof(*uuari->bitmap), in mlx5_alloc_uuars()153 uuari->count = kcalloc(tot_uuars, sizeof(*uuari->count), GFP_KERNEL); in mlx5_alloc_uuars()175 for (i = 0; i < tot_uuars; i++) { in mlx5_alloc_uuars()
75 __u32 tot_uuars; member
495 resp.tot_uuars = req.total_num_uuars; in mlx5_ib_alloc_ucontext()