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

/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c757 int gross_uuars; local
833 gross_uuars = context->tot_uuars / MLX5_NUM_NON_FP_BFREGS_PER_UAR * NUM_BFREGS_PER_UAR;
834 context->bfs = calloc(gross_uuars, sizeof(*context->bfs));
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1116 int gross_uuars; local
1167 gross_uuars = num_uars * MLX5_BF_REGS_PER_PAGE;
1195 uuari->bitmap = kcalloc(BITS_TO_LONGS(gross_uuars),
1205 for (i = 0; i < gross_uuars; i++) {
1211 uuari->count = kcalloc(gross_uuars, sizeof(*uuari->count), GFP_KERNEL);

Completed in 104 milliseconds