Searched refs:irdma_free_rsrc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 326 irdma_free_rsrc(rf, rf->allocated_pds, pd_id); in irdma_alloc_pd() 338 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_pds, iwpd->sc_pd.pd_id); in irdma_dealloc_pd() 611 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, ah_id); in irdma_create_ah() 657 irdma_free_rsrc(rf, rf->allocated_qps, qp_num); in irdma_free_qp_rsrc() 1129 irdma_free_rsrc(rf, rf->allocated_cqs, cq_num); in irdma_create_cq() 1189 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, in irdma_destroy_ah()
|
H A D | irdma_utils.c | 258 irdma_free_rsrc(rf, rf->allocated_arps, arp_index); in irdma_arp_table() 1917 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_create_ah() 1939 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_free_ah() 2173 irdma_free_rsrc(rf, rf->allocated_ws_nodes, (u32)node_id); in irdma_free_ws_node_id()
|
H A D | irdma_main.h | 505 static inline void irdma_free_rsrc(struct irdma_pci_f *rf, in irdma_free_rsrc() function
|
H A D | irdma_verbs.c | 1400 irdma_free_rsrc(rf, rf->allocated_cqs, cq->cq_uk.cq_id); in irdma_cq_free_rsrc() 1621 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_mrs, stag_idx); in irdma_free_stag() 3096 irdma_free_rsrc(rf, rf->allocated_mcgs, mgn); in irdma_attach_mcast() 3150 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_attach_mcast() 3213 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_detach_mcast()
|