Searched refs:irdma_free_rsrc (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/irdma/ |
H A D | verbs.c | 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() 1798 irdma_free_rsrc(rf, rf->allocated_cqs, cq->cq_uk.cq_id); in irdma_cq_free_rsrc() 2273 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_mrs, stag_idx); in irdma_free_stag() 4253 irdma_free_rsrc(rf, rf->allocated_mcgs, mgn); in irdma_attach_mcast() 4310 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_attach_mcast() 4375 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_detach_mcast() 4427 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, ah->sc_ah.ah_info.ah_idx); in irdma_create_hw_ah() 4572 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, in irdma_destroy_ah()
|
H A D | main.h | 456 static inline void irdma_free_rsrc(struct irdma_pci_f *rf, in irdma_free_rsrc() function
|