Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmain.c398 int gross_uuars; in mlx5_ib_alloc_ucontext() local
438 gross_uuars = num_uars * MLX5_BF_REGS_PER_PAGE; in mlx5_ib_alloc_ucontext()
460 uuari->bitmap = kcalloc(BITS_TO_LONGS(gross_uuars), in mlx5_ib_alloc_ucontext()
470 for (i = 0; i < gross_uuars; i++) { in mlx5_ib_alloc_ucontext()
476 uuari->count = kcalloc(gross_uuars, sizeof(*uuari->count), GFP_KERNEL); in mlx5_ib_alloc_ucontext()