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

/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c42 static unsigned long *roce_bitmap; variable
90 port_num = bitmap_find_next_zero_area(roce_bitmap,
96 } else if (test_bit(port_num, roce_bitmap)) {
102 bitmap_set(roce_bitmap, port_num, 1);
128 if (!test_bit(port_num, roce_bitmap)) {
134 bitmap_clear(roce_bitmap, port_num, 1);
201 roce_bitmap = kzalloc(ROCE_BITMAP_SZ, GFP_KERNEL);
202 if (!roce_bitmap)
206 bitmap_set(roce_bitmap, 0, 1);
212 kfree(roce_bitmap);
[all...]

Completed in 114 milliseconds