Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/mlx4/
Dmain.c2777 ibdev->ib_uc_qpns_bitmap = in mlx4_ib_add()
2781 if (!ibdev->ib_uc_qpns_bitmap) in mlx4_ib_add()
2785 bitmap_zero(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()
2794 bitmap_fill(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()
2868 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_add()
2897 WARN_ON(!dev->ib_uc_qpns_bitmap); in mlx4_ib_steer_qp_alloc()
2899 offset = bitmap_find_free_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_alloc()
2920 bitmap_release_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_free()
2981 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_remove()
Dmlx4_ib.h635 unsigned long *ib_uc_qpns_bitmap; member