Home
last modified time | relevance | path

Searched refs:allocated_pds (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dhw.c1796 iwdev->rf->used_pds = find_first_zero_bit(iwdev->rf->allocated_pds, in irdma_get_used_rsrc()
2022 rf->allocated_pds = &rf->allocated_mrs[BITS_TO_LONGS(rf->max_mr)]; in irdma_set_hw_rsrc()
2023 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc()
2105 set_bit(0, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2112 set_bit(1, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2114 set_bit(2, rf->allocated_pds); in irdma_initialize_hw_rsrc()
H A Dmain.h306 unsigned long *allocated_pds; member
H A Dverbs.c409 err = irdma_alloc_rsrc(rf, rf->allocated_pds, rf->max_pd, &pd_id, in irdma_alloc_pd()
432 irdma_free_rsrc(rf, rf->allocated_pds, pd_id); in irdma_alloc_pd()
447 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_pds, iwpd->sc_pd.pd_id); in irdma_dealloc_pd()