Searched refs:tot_uuars (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.c502 static int get_num_low_lat_uuars(int tot_uuars) argument
514 num = max(num, tot_uuars - MLX5_MED_BFREGS_TSHOLD);
529 if (uuarn >= (ctx->tot_uuars - ctx->low_lat_uuars) * 2)
755 int tot_uuars; local
782 tot_uuars = get_total_uuars(page_size);
783 if (tot_uuars < 0) {
784 errno = -tot_uuars;
788 low_lat_uuars = get_num_low_lat_uuars(tot_uuars);
794 if (low_lat_uuars > tot_uuars - 1) {
802 req.total_num_uuars = tot_uuars;
[all...]
H A Dmlx5-abi.h86 __u32 tot_uuars; member in struct:mlx5_alloc_ucontext_resp
H A Dmlx5.h213 int tot_uuars; member in struct:mlx5_context

Completed in 58 milliseconds