Searched refs:ib_uc_qpns_bitmap (Results 1 – 2 of 2) sorted by relevance
2873 ibdev->ib_uc_qpns_bitmap = in mlx4_ib_add()2877 if (!ibdev->ib_uc_qpns_bitmap) in mlx4_ib_add()2881 bitmap_zero(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()2890 bitmap_fill(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_add()2970 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_add()2999 WARN_ON(!dev->ib_uc_qpns_bitmap); in mlx4_ib_steer_qp_alloc()3001 offset = bitmap_find_free_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_alloc()3022 bitmap_release_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_free()3084 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_remove()
611 unsigned long *ib_uc_qpns_bitmap; member