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

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c314 int from_rsvd; local
339 from_rsvd = count;
347 from_rsvd = count - from_free;
363 res_alloc->res_port_rsvd[port - 1] -= from_rsvd;
367 res_alloc->res_reserved -= from_rsvd;
383 int allocated, guaranteed, from_rsvd; local
397 from_rsvd = 0;
401 from_rsvd = count - (allocated - guaranteed);
403 from_rsvd = count;
410 res_alloc->res_port_rsvd[port - 1] += from_rsvd;
[all...]

Completed in 159 milliseconds