Home
last modified time | relevance | path

Searched refs:dma_pool (Results 1 – 25 of 118) sorted by relevance

12345

/drivers/dma/ptdma/
Dptdma-dev.c180 struct dma_pool *dma_pool; in pt_core_init() local
186 dma_pool = dma_pool_create(dma_pool_name, dev, in pt_core_init()
189 if (!dma_pool) in pt_core_init()
200 cmd_q->dma_pool = dma_pool; in pt_core_init()
270 dma_pool_destroy(pt->cmd_q.dma_pool); in pt_core_init()
Dptdma.h193 struct dma_pool *dma_pool; member
/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.h78 struct dma_pool *fd_pool;
79 struct dma_pool *fl_pool;
80 struct dma_pool *sdd_pool;
/drivers/scsi/megaraid/
Dmegaraid_mbox.h194 struct dma_pool *mbox_pool_handle;
196 struct dma_pool *epthru_pool_handle;
198 struct dma_pool *sg_pool_handle;
Dmegaraid_ioctl.h241 struct dma_pool *handle;
293 struct dma_pool *pthru_dma_pool;
Dmegaraid_sas_fusion.h1286 struct dma_pool *dma_pool_ptr;
1296 struct dma_pool *io_request_frames_pool;
1300 struct dma_pool *sg_dma_pool;
1301 struct dma_pool *sense_dma_pool;
1311 struct dma_pool *reply_frames_desc_pool;
1312 struct dma_pool *reply_frames_desc_pool_align;
/drivers/crypto/ccp/
Dccp-dev-v3.c373 struct dma_pool *dma_pool; in ccp_init() local
388 dma_pool = dma_pool_create(dma_pool_name, dev, in ccp_init()
391 if (!dma_pool) { in ccp_init()
402 cmd_q->dma_pool = dma_pool; in ccp_init()
513 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_init()
551 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_destroy()
Dccp-dev.h267 struct dma_pool *dma_pool; member
459 struct dma_pool *dma_pool; member
Dccp-dev-v5.c783 struct dma_pool *dma_pool; in ccp5_init() local
811 dma_pool = dma_pool_create(dma_pool_name, dev, in ccp5_init()
814 if (!dma_pool) { in ccp5_init()
825 cmd_q->dma_pool = dma_pool; in ccp5_init()
1002 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp5_init()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.h42 struct dma_pool *pool;
47 struct dma_pool *pool;
/drivers/usb/musb/
Dtusb6010_omap.c54 struct tusb_dma_data dma_pool[MAX_DMAREQ]; member
400 chdat->dma_data = &chdat->tusb_dma->dma_pool[dmareq_nr]; in tusb_omap_dma_allocate_dmareq()
476 chdat->dma_data = &tusb_dma->dma_pool[0]; in tusb_omap_dma_allocate()
528 if (tusb_dma && tusb_dma->dma_pool[i].chan) in tusb_dma_controller_destroy()
529 dma_release_channel(tusb_dma->dma_pool[i].chan); in tusb_dma_controller_destroy()
543 struct tusb_dma_data *dma_data = &tusb_dma->dma_pool[i]; in tusb_omap_allocate_dma_pool()
573 struct tusb_dma_data *dma_data = &tusb_dma->dma_pool[i]; in tusb_omap_allocate_dma_pool()
/drivers/scsi/mpi3mr/
Dmpi3mr.h756 struct dma_pool *reply_buf_pool;
762 struct dma_pool *reply_free_q_pool;
769 struct dma_pool *sense_buf_pool;
774 struct dma_pool *sense_buf_q_pool;
801 struct dma_pool *chain_buf_pool;
/drivers/usb/chipidea/
Dci.h103 struct dma_pool *td_pool;
226 struct dma_pool *qh_pool;
227 struct dma_pool *td_pool;
/drivers/net/wan/
Dixp4xx_hss.c322 static struct dma_pool *dma_pool; variable
972 dma_pool = dma_pool_create(DRV_NAME, &port->netdev->dev, in init_hdlc_queues()
974 if (!dma_pool) in init_hdlc_queues()
978 port->desc_tab = dma_pool_zalloc(dma_pool, GFP_KERNEL, in init_hdlc_queues()
1039 dma_pool_free(dma_pool, port->desc_tab, port->desc_tab_phys); in destroy_hdlc_queues()
1043 if (!ports_open && dma_pool) { in destroy_hdlc_queues()
1044 dma_pool_destroy(dma_pool); in destroy_hdlc_queues()
1045 dma_pool = NULL; in destroy_hdlc_queues()
/drivers/dma/
Dfsl_raid.h261 struct dma_pool *cf_desc_pool;
262 struct dma_pool *hw_desc_pool;
/drivers/usb/host/
Dehci.h195 struct dma_pool *qh_pool; /* qh per active urb */
196 struct dma_pool *qtd_pool; /* one or more per qh */
197 struct dma_pool *itd_pool; /* itd per iso urb */
198 struct dma_pool *sitd_pool; /* sitd per split iso urb */
Dfotg210.h162 struct dma_pool *qh_pool; /* qh per active urb */
163 struct dma_pool *qtd_pool; /* one or more per qh */
164 struct dma_pool *itd_pool; /* itd per iso urb */
/drivers/crypto/marvell/cesa/
Dcesa.h399 struct dma_pool *tdma_desc_pool;
400 struct dma_pool *op_pool;
401 struct dma_pool *cache_pool;
402 struct dma_pool *padding_pool;
/drivers/crypto/hisilicon/sec/
Dsec_drv.h394 struct dma_pool;
414 struct dma_pool *hw_sgl_pool;
/drivers/scsi/lpfc/
Dlpfc.h1299 struct dma_pool *lpfc_sg_dma_buf_pool;
1300 struct dma_pool *lpfc_mbuf_pool;
1301 struct dma_pool *lpfc_hrb_pool; /* header receive buffer pool */
1302 struct dma_pool *lpfc_drb_pool; /* data receive buffer pool */
1303 struct dma_pool *lpfc_nvmet_drb_pool; /* data receive buffer pool */
1304 struct dma_pool *lpfc_hbq_pool; /* SLI3 hbq buffer pool */
1305 struct dma_pool *lpfc_cmd_rsp_buf_pool;
/drivers/net/ethernet/xscale/
Dixp4xx_eth.c259 static struct dma_pool *dma_pool; variable
1100 dma_pool = dma_pool_create(DRV_NAME, &port->netdev->dev, in init_queues()
1102 if (!dma_pool) in init_queues()
1106 if (!(port->desc_tab = dma_pool_alloc(dma_pool, GFP_KERNEL, in init_queues()
1164 dma_pool_free(dma_pool, port->desc_tab, port->desc_tab_phys); in destroy_queues()
1168 if (!ports_open && dma_pool) { in destroy_queues()
1169 dma_pool_destroy(dma_pool); in destroy_queues()
1170 dma_pool = NULL; in destroy_queues()
/drivers/s390/cio/
Ddevice.c669 cio_gp_dma_free(cdev->private->dma_pool, cdev->private->dma_area, in ccw_device_release()
671 cio_gp_dma_destroy(cdev->private->dma_pool, &cdev->dev); in ccw_device_release()
681 struct gen_pool *dma_pool; in io_subchannel_allocate_dev() local
701 dma_pool = cio_gp_dma_create(&cdev->dev, 1); in io_subchannel_allocate_dev()
702 if (!dma_pool) { in io_subchannel_allocate_dev()
706 cdev->private->dma_pool = dma_pool; in io_subchannel_allocate_dev()
707 cdev->private->dma_area = cio_gp_dma_zalloc(dma_pool, &cdev->dev, in io_subchannel_allocate_dev()
715 cio_gp_dma_destroy(dma_pool, &cdev->dev); in io_subchannel_allocate_dev()
/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1522 struct dma_pool *pcie_sgl_dma_pool;
1529 struct dma_pool *chain_dma_pool;
1557 struct dma_pool *sense_dma_pool;
1565 struct dma_pool *reply_dma_pool;
1571 struct dma_pool *reply_free_dma_pool;
1580 struct dma_pool *reply_post_free_dma_pool;
1581 struct dma_pool *reply_post_free_array_dma_pool;
/drivers/crypto/ccree/
Dcc_buffer_mgr.h34 struct dma_pool *curr_pool;
/drivers/usb/gadget/udc/
Damd5536udc.h555 struct dma_pool *data_requests;
556 struct dma_pool *stp_requests;

12345