commit | 42d1e017e2f040c3e3d62b6cfa3a26351a865d04 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.co.il> | Tue Mar 22 22:38:45 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 23 12:24:24 2011 -0700 |
tree | 67adabb8516a4a027377039fdb7ea49b4215a8b3 | |
parent | c1b43dca137f2154845122417fba86d4bae67182 [diff] |
mlx4_core: maintain available field in bitmap allocator Add mlx4_bitmap_avail() to give the number of available resources. We want to use this as a hint to whether to allocate a resources or not. This patch is introduced to be used with allocation blue flame registers. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>