Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c588 int gross_uuars; in mlx5_ib_alloc_ucontext() local
627 gross_uuars = num_uars * MLX5_BF_REGS_PER_PAGE; in mlx5_ib_alloc_ucontext()
649 uuari->bitmap = kcalloc(BITS_TO_LONGS(gross_uuars), in mlx5_ib_alloc_ucontext()
659 for (i = 0; i < gross_uuars; i++) { in mlx5_ib_alloc_ucontext()
665 uuari->count = kcalloc(gross_uuars, sizeof(*uuari->count), GFP_KERNEL); in mlx5_ib_alloc_ucontext()