Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/irdma/
Dhw.c1707 iwdev->rf->used_pds = find_next_zero_bit(iwdev->rf->allocated_pds, in irdma_get_used_rsrc()
1937 rf->allocated_pds = &rf->allocated_mrs[BITS_TO_LONGS(rf->max_mr)]; in irdma_set_hw_rsrc()
1938 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc()
2014 set_bit(0, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2021 set_bit(1, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2023 set_bit(2, rf->allocated_pds); in irdma_initialize_hw_rsrc()
Dmain.h291 unsigned long *allocated_pds; member
Dverbs.c395 err = irdma_alloc_rsrc(rf, rf->allocated_pds, rf->max_pd, &pd_id, in irdma_alloc_pd()
418 irdma_free_rsrc(rf, rf->allocated_pds, pd_id); in irdma_alloc_pd()
433 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_pds, iwpd->sc_pd.pd_id); in irdma_dealloc_pd()