Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
Dmain.c2812 ibdev->ib_uc_qpns_bitmap = in mlx4_ib_add()
2816 if (!ibdev->ib_uc_qpns_bitmap) in mlx4_ib_add()
2820 bitmap_zero(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()
2829 bitmap_fill(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()
2904 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_add()
2933 WARN_ON(!dev->ib_uc_qpns_bitmap); in mlx4_ib_steer_qp_alloc()
2935 offset = bitmap_find_free_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_alloc()
2956 bitmap_release_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_free()
3017 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_remove()
Dmlx4_ib.h635 unsigned long *ib_uc_qpns_bitmap; member