Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/irdma/
Dhw.c1730 iwdev->rf->used_pds = find_first_zero_bit(iwdev->rf->allocated_pds, in irdma_get_used_rsrc()
1956 rf->allocated_pds = &rf->allocated_mrs[BITS_TO_LONGS(rf->max_mr)]; in irdma_set_hw_rsrc()
1957 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc()
2035 set_bit(0, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2042 set_bit(1, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2044 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()