Home
last modified time | relevance | path

Searched refs:dma_pool_zalloc (Results 1 – 25 of 74) sorted by relevance

123

/linux-6.14.4/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci8 // Keywords: dma_pool_zalloc, pci_pool_zalloc
40 + x = dma_pool_zalloc(a,b,c);
/linux-6.14.4/drivers/usb/host/
Dohci-mem.c100 td = dma_pool_zalloc(hc->td_cache, mem_flags, &dma); in td_alloc()
144 ed = dma_pool_zalloc(hc->ed_cache, mem_flags, &dma); in ed_alloc()
Dehci-mem.c76 dma_pool_zalloc(ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
Dxhci-mem.c42 seg->trbs = dma_pool_zalloc(xhci->segment_pool, flags, &dma); in xhci_segment_alloc()
470 ctx->bytes = dma_pool_zalloc(xhci->device_pool, flags, &ctx->dma); in xhci_alloc_container_ctx()
557 return dma_pool_zalloc(xhci->medium_streams_pool, mem_flags, dma); in xhci_alloc_stream_ctx()
559 return dma_pool_zalloc(xhci->small_streams_pool, mem_flags, dma); in xhci_alloc_stream_ctx()
/linux-6.14.4/include/linux/
Ddmapool.h52 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_zalloc() function
/linux-6.14.4/drivers/usb/cdns3/
Dcdnsp-mem.c42 seg->trbs = dma_pool_zalloc(pdev->segment_pool, flags, &dma); in cdnsp_segment_alloc()
468 pdev->out_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx()
477 pdev->in_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx()
539 return dma_pool_zalloc(pdev->device_pool, GFP_DMA32 | GFP_ATOMIC, in cdnsp_alloc_stream_ctx()
/linux-6.14.4/drivers/infiniband/hw/erdma/
Derdma_cmdq.c101 sq->dbrec = dma_pool_zalloc(dev->db_pool, GFP_KERNEL, &sq->dbrec_dma); in erdma_cmdq_sq_init()
136 cq->dbrec = dma_pool_zalloc(dev->db_pool, GFP_KERNEL, &cq->dbrec_dma); in erdma_cmdq_cq_init()
Derdma_eq.c92 eq->dbrec = dma_pool_zalloc(dev->db_pool, GFP_KERNEL, &eq->dbrec_dma); in erdma_eq_common_init()
Derdma_verbs.c563 dma_pool_zalloc(dev->db_pool, GFP_KERNEL, &kqp->sq_dbrec_dma); in init_kernel_qp()
574 dma_pool_zalloc(dev->db_pool, GFP_KERNEL, &kqp->rq_dbrec_dma); in init_kernel_qp()
1900 cq->kern_cq.dbrec = dma_pool_zalloc(dev->db_pool, GFP_KERNEL, in erdma_init_kernel_cq()
2067 resp = dma_pool_zalloc(dev->resp_pool, GFP_KERNEL, &dma_addr); in erdma_query_hw_stats()
/linux-6.14.4/drivers/crypto/cavium/nitrox/
Dnitrox_lib.c226 vaddr = dma_pool_zalloc(ndev->ctx_pool, GFP_KERNEL, &dma); in crypto_alloc_context()
/linux-6.14.4/drivers/s390/cio/
Dairq.c144 iv->vector = dma_pool_zalloc(airq_iv_cache, GFP_KERNEL, in airq_iv_create()
/linux-6.14.4/drivers/mailbox/
Dbcm-pdc-mailbox.c828 vaddr = dma_pool_zalloc(pdcs->rx_buf_pool, GFP_ATOMIC, &daddr); in pdc_rx_list_init()
990 tx.vbase = dma_pool_zalloc(pdcs->ring_pool, GFP_KERNEL, &tx.dmabase); in pdc_ring_init()
997 rx.vbase = dma_pool_zalloc(pdcs->ring_pool, GFP_KERNEL, &rx.dmabase); in pdc_ring_init()
/linux-6.14.4/drivers/infiniband/hw/mthca/
Dmthca_av.c189 ah->av = dma_pool_zalloc(dev->av_table.pool, in mthca_create_ah()
/linux-6.14.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c877 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL, in vmw_cmdbuf_space_pool()
924 dheader = dma_pool_zalloc(man->dheaders, GFP_KERNEL, in vmw_cmdbuf_space_inline()
/linux-6.14.4/drivers/crypto/marvell/cesa/
Dtdma.c197 new_tdma = dma_pool_zalloc(cesa_dev->dma->tdma_desc_pool, flags, in mv_cesa_dma_add_desc()
/linux-6.14.4/drivers/dma/
Dloongson1-apb-dma.c255 lli = dma_pool_zalloc(chan->lli_pool, GFP_NOWAIT, &phys); in ls1x_dma_prep_lli()
Dfsldma.c464 desc = dma_pool_zalloc(chan->desc_pool, GFP_ATOMIC, &pdesc); in fsl_dma_alloc_descriptor()
Dmmp_pdma.c367 desc = dma_pool_zalloc(chan->desc_pool, GFP_ATOMIC, &pdesc); in mmp_pdma_alloc_descriptor()
/linux-6.14.4/drivers/net/wwan/t7xx/
Dt7xx_hif_cldma.c400 req->gpd = dma_pool_zalloc(md_ctrl->gpd_dmapool, GFP_KERNEL, &req->gpd_addr); in t7xx_alloc_rx_request()
460 req->gpd = dma_pool_zalloc(md_ctrl->gpd_dmapool, GFP_KERNEL, &req->gpd_addr); in t7xx_alloc_tx_request()
/linux-6.14.4/drivers/usb/mtu3/
Dmtu3_qmu.c171 gpd = dma_pool_zalloc(mep->mtu->qmu_gpd_pool, GFP_ATOMIC, &ring->dma); in mtu3_gpd_ring_alloc()
/linux-6.14.4/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1202 mem_desc->addr = dma_pool_zalloc(mrioc->ioctl_dma_pool, in mpi3mr_alloc_ioctl_dma_memory()
3295 mrioc->reply_buf = dma_pool_zalloc(mrioc->reply_buf_pool, GFP_KERNEL, in mpi3mr_alloc_reply_sense_bufs()
3310 mrioc->reply_free_q = dma_pool_zalloc(mrioc->reply_free_q_pool, in mpi3mr_alloc_reply_sense_bufs()
3323 mrioc->sense_buf = dma_pool_zalloc(mrioc->sense_buf_pool, GFP_KERNEL, in mpi3mr_alloc_reply_sense_bufs()
3336 mrioc->sense_buf_q = dma_pool_zalloc(mrioc->sense_buf_q_pool, in mpi3mr_alloc_reply_sense_bufs()
3721 dma_pool_zalloc(mrioc->chain_buf_pool, GFP_KERNEL, in mpi3mr_alloc_chain_bufs()
/linux-6.14.4/drivers/scsi/elx/libefc/
Defc_node.c67 dma->virt = dma_pool_zalloc(efc->node_dma_pool, GFP_ATOMIC, &dma->phys); in efc_node_alloc()
/linux-6.14.4/drivers/scsi/qla2xxx/
Dqla_mbx.c1975 pd = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &pd_dma); in qla2x00_get_port_database()
2518 lg = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &lg_dma); in qla24xx_login_fabric()
2787 lg = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &lg_dma); in qla24xx_fabric_logout()
3083 pmap = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &pmap_dma); in qla2x00_get_fcal_position_map()
3280 abt = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma); in qla24xx_abort_command()
3365 tsk = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &tsk_dma); in __qla24xx_issue_tmf()
4250 vpmod = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &vpmod_dma); in qla24xx_modify_vp_config()
6615 pd = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &pd_dma); in qla24xx_gpdb_wait()
/linux-6.14.4/drivers/usb/chipidea/
Dudc.c369 node->ptr = dma_pool_zalloc(hwep->td_pool, GFP_ATOMIC, &node->dma); in add_td_to_list()
2057 hwep->qh.ptr = dma_pool_zalloc(ci->qh_pool, GFP_KERNEL, in init_eps()
/linux-6.14.4/drivers/crypto/hisilicon/sec/
Dsec_algs.c193 sgl_next = dma_pool_zalloc(info->hw_sgl_pool, in sec_alloc_and_fill_hw_sgl()

123