Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ofed/libmlx5/
HDmlx5.c534 static int need_uuar_lock(struct mlx5_context *ctx, int uuarn) in need_uuar_lock() argument
536 if (uuarn == 0 || mlx5_single_threaded) in need_uuar_lock()
539 if (uuarn >= (ctx->tot_uuars - ctx->low_lat_uuars) * 2) in need_uuar_lock()
668 if (mqp->bf->uuarn > 0) in mlx5dv_get_qp()
890 context->bfs[bfi].uuarn = bfi; in mlx5_init_context()
HDmlx5.h388 unsigned uuarn; member
HDqp.c939 if (!ctx->shut_up_bf && nreq == 1 && bf->uuarn && in _mlx5_post_send()