Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dmain.c2775 ibdev->ib_uc_qpns_bitmap = bitmap_alloc(ibdev->steer_qpn_count, in mlx4_ib_add()
2777 if (!ibdev->ib_uc_qpns_bitmap) in mlx4_ib_add()
2781 bitmap_zero(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()
2790 bitmap_fill(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()
2864 bitmap_free(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_add()
2893 WARN_ON(!dev->ib_uc_qpns_bitmap); in mlx4_ib_steer_qp_alloc()
2895 offset = bitmap_find_free_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_alloc()
2916 bitmap_release_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_free()
2977 bitmap_free(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_remove()
A Dmlx4_ib.h635 unsigned long *ib_uc_qpns_bitmap; member

Completed in 12 milliseconds