Home
last modified time | relevance | path

Searched refs:dma_pool_destroy (Results 1 – 25 of 102) sorted by relevance

12345

/linux/drivers/scsi/lpfc/
A Dlpfc_mem.c164 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_alloc()
167 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc()
184 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_alloc()
223 dma_pool_destroy(phba->lpfc_nvmet_drb_pool); in lpfc_mem_free()
226 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_free()
229 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free()
232 dma_pool_destroy(phba->lpfc_hbq_pool); in lpfc_mem_free()
256 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_free()
332 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool); in lpfc_mem_free_all()
335 dma_pool_destroy(phba->lpfc_cmd_rsp_buf_pool); in lpfc_mem_free_all()
/linux/drivers/usb/host/
A Dehci-mem.c117 dma_pool_destroy(ehci->qtd_pool); in ehci_mem_cleanup()
119 dma_pool_destroy(ehci->qh_pool); in ehci_mem_cleanup()
121 dma_pool_destroy(ehci->itd_pool); in ehci_mem_cleanup()
123 dma_pool_destroy(ehci->sitd_pool); in ehci_mem_cleanup()
A Dohci-mem.c59 dma_pool_destroy (ohci->td_cache); in ohci_mem_init()
67 dma_pool_destroy(ohci->td_cache); in ohci_mem_cleanup()
69 dma_pool_destroy(ohci->ed_cache); in ohci_mem_cleanup()
A Duhci-hcd.c547 dma_pool_destroy(uhci->qh_pool); in release_uhci()
549 dma_pool_destroy(uhci->td_pool); in release_uhci()
689 dma_pool_destroy(uhci->qh_pool); in uhci_start()
692 dma_pool_destroy(uhci->td_pool); in uhci_start()
/linux/include/linux/
A Ddmapool.h24 void dma_pool_destroy(struct dma_pool *pool);
41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() function
/linux/drivers/dma/fsl-dpaa2-qdma/
A Ddpaa2-qdma.c56 dma_pool_destroy(dpaa2_chan->fl_pool); in dpaa2_qdma_alloc_chan_resources()
58 dma_pool_destroy(dpaa2_chan->fd_pool); in dpaa2_qdma_alloc_chan_resources()
80 dma_pool_destroy(dpaa2_chan->fd_pool); in dpaa2_qdma_free_chan_resources()
81 dma_pool_destroy(dpaa2_chan->fl_pool); in dpaa2_qdma_free_chan_resources()
82 dma_pool_destroy(dpaa2_chan->sdd_pool); in dpaa2_qdma_free_chan_resources()
613 dma_pool_destroy(qchan->fd_pool); in dpaa2_dpdmai_free_channels()
614 dma_pool_destroy(qchan->fl_pool); in dpaa2_dpdmai_free_channels()
615 dma_pool_destroy(qchan->sdd_pool); in dpaa2_dpdmai_free_channels()
/linux/scripts/coccinelle/free/
A Difnullfree.cocci42 dma_pool_destroy(E);
54 * dma_pool_destroy@p\)(E, ...);
/linux/mm/
A Ddmapool.c267 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function
302 EXPORT_SYMBOL(dma_pool_destroy);
476 dma_pool_destroy(pool); in dmam_pool_release()
/linux/drivers/scsi/elx/libefc/
A Defclib.c80 dma_pool_destroy(efc->node_dma_pool); in efcport_destroy()
/linux/arch/arm/common/
A Ddmabounce.c537 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
565 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
567 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
/linux/drivers/usb/core/
A Dbuffer.c105 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
/linux/drivers/infiniband/hw/mthca/
A Dmthca_av.c360 dma_pool_destroy(dev->av_table.pool); in mthca_init_av_table()
374 dma_pool_destroy(dev->av_table.pool); in mthca_cleanup_av_table()
/linux/drivers/scsi/megaraid/
A Dmegaraid_mm.c1017 dma_pool_destroy(adapter->pthru_dma_pool); in mraid_mm_register_adp()
1171 dma_pool_destroy(adp->pthru_dma_pool); in mraid_mm_free_adp_resources()
1198 dma_pool_destroy(pool->handle); in mraid_mm_teardown_dma_pools()
/linux/drivers/usb/cdns3/
A Dcdnsp-mem.c1083 dma_pool_destroy(pdev->segment_pool); in cdnsp_mem_cleanup()
1085 dma_pool_destroy(pdev->device_pool); in cdnsp_mem_cleanup()
1327 dma_pool_destroy(pdev->device_pool); in cdnsp_mem_init()
1329 dma_pool_destroy(pdev->segment_pool); in cdnsp_mem_init()
/linux/drivers/dma/
A Dfsl-qdma.c346 dma_pool_destroy(fsl_queue->comp_pool); in fsl_qdma_free_chan_resources()
347 dma_pool_destroy(fsl_queue->desc_pool); in fsl_qdma_free_chan_resources()
1111 dma_pool_destroy(fsl_queue->desc_pool); in fsl_qdma_alloc_chan_resources()
1113 dma_pool_destroy(fsl_queue->comp_pool); in fsl_qdma_alloc_chan_resources()
/linux/drivers/mailbox/
A Dbcm-pdc-mailbox.c1609 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_probe()
1612 dma_pool_destroy(pdcs->ring_pool); in pdc_probe()
1628 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_remove()
1629 dma_pool_destroy(pdcs->ring_pool); in pdc_remove()
A Dbcm-flexrm-mailbox.c1663 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_probe()
1665 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_probe()
1679 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_remove()
1680 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_remove()
/linux/drivers/scsi/
A Dmyrs.c2191 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2202 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2204 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools()
2215 dma_pool_destroy(cs->dcdb_pool); in myrs_create_mempools()
2217 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2219 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools()
2238 dma_pool_destroy(cs->sg_pool); in myrs_destroy_mempools()
2239 dma_pool_destroy(cs->dcdb_pool); in myrs_destroy_mempools()
2240 dma_pool_destroy(cs->sense_pool); in myrs_destroy_mempools()
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cmdbuf.c1359 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create()
1413 dma_pool_destroy(man->dheaders); in vmw_cmdbuf_man_destroy()
1414 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
/linux/drivers/crypto/ccp/
A Dccp-dev-v3.c512 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_init()
550 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_destroy()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_lib.c207 dma_pool_destroy(ndev->ctx_pool); in destroy_crypto_dma_pool()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_cmd.c206 dma_pool_destroy(hr_dev->cmd.pool); in hns_roce_cmd_cleanup()
/linux/drivers/dma/ptdma/
A Dptdma-dev.c268 dma_pool_destroy(pt->cmd_q.dma_pool); in pt_core_init()
/linux/drivers/crypto/
A Dixp4xx_crypto.c565 dma_pool_destroy(ctx_pool); in init_ixp_crypto()
566 dma_pool_destroy(buffer_pool); in init_ixp_crypto()
580 dma_pool_destroy(ctx_pool); in release_ixp_crypto()
581 dma_pool_destroy(buffer_pool); in release_ixp_crypto()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_rxtx.c673 dma_pool_destroy(sdma->desc_pool); in prestera_sdma_switch_init()
687 dma_pool_destroy(sdma->desc_pool); in prestera_sdma_switch_fini()

Completed in 61 milliseconds

12345