Home
last modified time | relevance | path

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

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