Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/irdma/
Dhw.c1740 iwdev->rf->used_pds = find_first_zero_bit(iwdev->rf->allocated_pds, in irdma_get_used_rsrc()
1966 rf->allocated_pds = &rf->allocated_mrs[BITS_TO_LONGS(rf->max_mr)]; in irdma_set_hw_rsrc()
1967 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc()
2045 set_bit(0, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2052 set_bit(1, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2054 set_bit(2, rf->allocated_pds); in irdma_initialize_hw_rsrc()
Dmain.h294 unsigned long *allocated_pds; member
Dverbs.c387 err = irdma_alloc_rsrc(rf, rf->allocated_pds, rf->max_pd, &pd_id, in irdma_alloc_pd()
410 irdma_free_rsrc(rf, rf->allocated_pds, pd_id); in irdma_alloc_pd()
425 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_pds, iwpd->sc_pd.pd_id); in irdma_dealloc_pd()