Searched refs:ib_uc_qpns_bitmap (Results 1 – 2 of 2) sorted by relevance
2782 ibdev->ib_uc_qpns_bitmap = bitmap_alloc(ibdev->steer_qpn_count, in mlx4_ib_probe()2784 if (!ibdev->ib_uc_qpns_bitmap) { in mlx4_ib_probe()2790 bitmap_zero(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_probe()2799 bitmap_fill(ibdev->ib_uc_qpns_bitmap, in mlx4_ib_probe()2884 bitmap_free(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_probe()2913 WARN_ON(!dev->ib_uc_qpns_bitmap); in mlx4_ib_steer_qp_alloc()2915 offset = bitmap_find_free_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_alloc()2936 bitmap_release_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_free()3001 bitmap_free(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_remove()
636 unsigned long *ib_uc_qpns_bitmap; member