Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.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()
895 context->bfs[bfi].uuarn = bfi; in mlx5_init_context()
H A Dmlx5.h388 unsigned uuarn; member
H A Dqp.c939 if (!ctx->shut_up_bf && nreq == 1 && bf->uuarn && in _mlx5_post_send()