Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/irdma/
Dhw.c1703 iwdev->rf->used_pds = find_first_zero_bit(iwdev->rf->allocated_pds, in irdma_get_used_rsrc()
1929 rf->allocated_pds = &rf->allocated_mrs[BITS_TO_LONGS(rf->max_mr)]; in irdma_set_hw_rsrc()
1930 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc()
2005 set_bit(0, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2012 set_bit(1, rf->allocated_pds); in irdma_initialize_hw_rsrc()
2014 set_bit(2, rf->allocated_pds); in irdma_initialize_hw_rsrc()
Dmain.h291 unsigned long *allocated_pds; member
Dverbs.c411 err = irdma_alloc_rsrc(rf, rf->allocated_pds, rf->max_pd, &pd_id, in irdma_alloc_pd()
434 irdma_free_rsrc(rf, rf->allocated_pds, pd_id); in irdma_alloc_pd()
449 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_pds, iwpd->sc_pd.pd_id); in irdma_dealloc_pd()