Home
last modified time | relevance | path

Searched refs:low_lat_uuars (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c539 if (uuarn >= (ctx->tot_uuars - ctx->low_lat_uuars) * 2) in need_uuar_lock()
766 int low_lat_uuars; in mlx5_init_context() local
798 low_lat_uuars = get_num_low_lat_uuars(tot_uuars); in mlx5_init_context()
799 if (low_lat_uuars < 0) { in mlx5_init_context()
800 errno = -low_lat_uuars; in mlx5_init_context()
804 if (low_lat_uuars > tot_uuars - 1) { in mlx5_init_context()
813 req.num_low_latency_uuars = low_lat_uuars; in mlx5_init_context()
824 context->low_lat_uuars = low_lat_uuars; in mlx5_init_context()
H A Dmlx5.h214 int low_lat_uuars; member