Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c2394 ibdev->ib_uc_qpns_bitmap = in mlx4_ib_add()
2398 if (!ibdev->ib_uc_qpns_bitmap) { in mlx4_ib_add()
2404 bitmap_zero(ibdev->ib_uc_qpns_bitmap, ibdev->steer_qpn_count); in mlx4_ib_add()
2476 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_add()
2505 WARN_ON(!dev->ib_uc_qpns_bitmap); in mlx4_ib_steer_qp_alloc()
2507 offset = bitmap_find_free_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_alloc()
2525 bitmap_release_region(dev->ib_uc_qpns_bitmap, in mlx4_ib_steer_qp_free()
2584 kfree(ibdev->ib_uc_qpns_bitmap); in mlx4_ib_remove()
Dmlx4_ib.h569 unsigned long *ib_uc_qpns_bitmap; member