Searched refs:dma_pool (Results 26 - 50 of 134) sorted by relevance

123456

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.h161 struct dma_pool *cmdq_buf_pool;
/linux-master/mm/
H A Ddmapool_test.c31 static struct dma_pool *pool;
/linux-master/drivers/crypto/
H A Dsa2ul.h198 struct dma_pool *sc_pool;
/linux-master/drivers/usb/host/
H A 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 */
H A Duhci-hcd.h390 struct dma_pool *qh_pool;
391 struct dma_pool *td_pool;
/linux-master/drivers/usb/gadget/udc/
H A Damd5536udc.h555 struct dma_pool *data_requests;
556 struct dma_pool *stp_requests;
H A Dmv_udc.h185 struct dma_pool *dtd_pool;
H A Dmv_u3d.h258 struct dma_pool *trb_pool; /* for TRB data structure */
/linux-master/drivers/dma/ioat/
H A Ddma.h66 struct dma_pool *completion_pool;
68 struct dma_pool *sed_hw_pool[MAX_SED_POOLS];
/linux-master/drivers/bluetooth/
H A Dbtintel_pcie.c885 dma_pool_free(data->dma_pool, data->dma_v_addr, data->dma_p_addr);
886 dma_pool_destroy(data->dma_pool);
918 data->dma_pool = dma_pool_create(KBUILD_MODNAME, &data->pdev->dev,
920 if (!data->dma_pool) {
925 v_addr = dma_pool_zalloc(data->dma_pool, GFP_KERNEL | __GFP_NOWARN,
928 dma_pool_destroy(data->dma_pool);
996 dma_pool_free(data->dma_pool, data->dma_v_addr, data->dma_p_addr);
997 dma_pool_destroy(data->dma_pool);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h1289 struct dma_pool *dma_pool_ptr;
1299 struct dma_pool *io_request_frames_pool;
1303 struct dma_pool *sg_dma_pool;
1304 struct dma_pool *sense_dma_pool;
1314 struct dma_pool *reply_frames_desc_pool;
1315 struct dma_pool *reply_frames_desc_pool_align;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr.h1118 struct dma_pool *reply_buf_pool;
1125 struct dma_pool *reply_free_q_pool;
1132 struct dma_pool *sense_buf_pool;
1137 struct dma_pool *sense_buf_q_pool;
1166 struct dma_pool *chain_buf_pool;
1248 struct dma_pool *ioctl_dma_pool;
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v5.c783 struct dma_pool *dma_pool; local
811 dma_pool = dma_pool_create(dma_pool_name, dev,
814 if (!dma_pool) {
825 cmd_q->dma_pool = dma_pool;
1001 dma_pool_destroy(ccp->cmd_q[i].dma_pool);
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1521 struct dma_pool *pcie_sgl_dma_pool;
1528 struct dma_pool *chain_dma_pool;
1556 struct dma_pool *sense_dma_pool;
1564 struct dma_pool *reply_dma_pool;
1570 struct dma_pool *reply_free_dma_pool;
1579 struct dma_pool *reply_post_free_dma_pool;
1580 struct dma_pool *reply_post_free_array_dma_pool;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h1296 struct dma_pool *lpfc_sg_dma_buf_pool;
1297 struct dma_pool *lpfc_mbuf_pool;
1298 struct dma_pool *lpfc_hrb_pool; /* header receive buffer pool */
1299 struct dma_pool *lpfc_drb_pool; /* data receive buffer pool */
1300 struct dma_pool *lpfc_nvmet_drb_pool; /* data receive buffer pool */
1301 struct dma_pool *lpfc_hbq_pool; /* SLI3 hbq buffer pool */
1302 struct dma_pool *lpfc_cmd_rsp_buf_pool;
/linux-master/drivers/s390/cio/
H A Ddevice.c677 cio_gp_dma_free(cdev->private->dma_pool, cdev->private->dma_area,
679 cio_gp_dma_destroy(cdev->private->dma_pool, &cdev->dev);
689 struct gen_pool *dma_pool; local
709 dma_pool = cio_gp_dma_create(&cdev->dev, 1);
710 if (!dma_pool) {
714 cdev->private->dma_pool = dma_pool;
715 cdev->private->dma_area = cio_gp_dma_zalloc(dma_pool, &cdev->dev,
723 cio_gp_dma_destroy(dma_pool, &cdev->dev);
H A Dairq.c32 static struct dma_pool *airq_iv_cache;
/linux-master/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c282 static struct dma_pool *dma_pool; variable in typeref:struct:dma_pool
1120 dma_pool = dma_pool_create(DRV_NAME, &port->netdev->dev,
1122 if (!dma_pool)
1126 port->desc_tab = dma_pool_zalloc(dma_pool, GFP_KERNEL, &port->desc_tab_phys);
1183 dma_pool_free(dma_pool, port->desc_tab, port->desc_tab_phys);
1187 if (!ports_open && dma_pool) {
1188 dma_pool_destroy(dma_pool);
1189 dma_pool = NULL;
/linux-master/drivers/scsi/
H A Dmyrs.h914 struct dma_pool *sg_pool;
915 struct dma_pool *sense_pool;
916 struct dma_pool *dcdb_pool;
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h197 struct dma_pool *pool;
447 struct dma_pool *pool;
/linux-master/drivers/net/ethernet/alacritech/
H A Dslic.h507 struct dma_pool *dma_pool; member in struct:slic_tx_queue
/linux-master/drivers/dma/
H A Dfsldma.h171 struct dma_pool *desc_pool; /* Descriptors pool */
H A Dst_fdma.h119 struct dma_pool *node_pool;
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h338 struct dma_pool *dscrpool;
/linux-master/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac.h46 struct dma_pool *desc_pool;

Completed in 331 milliseconds

123456