Searched refs:uuarn (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_uar.c64 static int need_uuar_lock(int uuarn) argument
68 if (uuarn == 0 || tot_uuars - NUM_LOW_LAT_UUARS)
125 bf->uuarn = i;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c548 int uuarn = -EINVAL; local
553 uuarn = 0;
554 uuari->count[uuarn]++;
559 uuarn = -ENOMEM;
561 uuarn = alloc_med_class_uuar(uuari);
566 uuarn = -ENOMEM;
568 uuarn = alloc_high_class_uuar(uuari);
572 uuarn = 2;
577 return uuarn;
580 static void free_med_class_uuar(struct mlx5_uuar_info *uuari, int uuarn) argument
586 free_high_class_uuar(struct mlx5_uuar_info *uuari, int uuarn) argument
592 free_uuar(struct mlx5_uuar_info *uuari, int uuarn) argument
652 uuarn_to_uar_index(struct mlx5_uuar_info *uuari, int uuarn) argument
771 int uuarn; local
904 int uuarn; local
[all...]
H A Dmlx5_ib.h361 int uuarn; member in struct:mlx5_ib_qp
H A Dmlx5_ib_main.c1119 int uuarn; local
1206 uuarn = i & 3;
1207 if (uuarn == 2 || uuarn == 3)
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c524 static int need_uuar_lock(struct mlx5_context *ctx, int uuarn) argument
526 if (uuarn == 0 || mlx5_single_threaded)
529 if (uuarn >= (ctx->tot_uuars - ctx->low_lat_uuars) * 2)
658 if (mqp->bf->uuarn > 0)
880 context->bfs[bfi].uuarn = bfi;
H A Dmlx5.h388 unsigned uuarn; member in struct:mlx5_bf
H A Dqp.c939 if (!ctx->shut_up_bf && nreq == 1 && bf->uuarn &&
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h249 int uuarn; member in struct:mlx5_bf

Completed in 108 milliseconds