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

/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c310 int from_rsvd; local
334 from_rsvd = count;
342 from_rsvd = count - from_free;
357 res_alloc->res_port_rsvd[port - 1] -= from_rsvd;
361 res_alloc->res_reserved -= from_rsvd;
377 int allocated, guaranteed, from_rsvd; local
390 from_rsvd = 0;
394 from_rsvd = count - (allocated - guaranteed);
396 from_rsvd = count;
402 res_alloc->res_port_rsvd[port - 1] += from_rsvd;
[all...]

Completed in 39 milliseconds