Searched refs:irdma_free_rsrc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/infiniband/hw/irdma/ |
D | verbs.c | 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() 1749 irdma_free_rsrc(rf, rf->allocated_cqs, cq->cq_uk.cq_id); in irdma_cq_free_rsrc() 2217 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_mrs, stag_idx); in irdma_free_stag() 4016 irdma_free_rsrc(rf, rf->allocated_mcgs, mgn); in irdma_attach_mcast() 4073 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_attach_mcast() 4138 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_detach_mcast() 4190 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, ah->sc_ah.ah_info.ah_idx); in irdma_create_hw_ah() 4332 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, in irdma_destroy_ah()
|
D | utils.c | 62 irdma_free_rsrc(rf, rf->allocated_arps, arp_index); in irdma_arp_table() 1133 irdma_free_rsrc(rf, rf->allocated_qps, qp_num); in irdma_free_qp_rsrc() 2186 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_create_ah() 2207 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_free_ah() 2446 irdma_free_rsrc(rf, rf->allocated_ws_nodes, (u32)node_id); in irdma_free_ws_node_id()
|
D | main.h | 451 static inline void irdma_free_rsrc(struct irdma_pci_f *rf, in irdma_free_rsrc() function
|