Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-gen3.c112 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
152 prph_info = dma_alloc_coherent(trans->dev, PAGE_SIZE, in iwl_pcie_ctxt_info_gen3_init()
161 ctxt_info_gen3 = dma_alloc_coherent(trans->dev, in iwl_pcie_ctxt_info_gen3_init()
196 trans_pcie->iml = dma_alloc_coherent(trans->dev, trans->iml_len, in iwl_pcie_ctxt_info_gen3_init()
H A Dctxt-info.c23 result = dma_alloc_coherent(trans->dev, size, phys, GFP_KERNEL); in _iwl_pcie_ctxt_info_dma_alloc_coherent()
H A Drx.c730 rxq->bd = dma_alloc_coherent(dev, free_size * rxq->queue_size,
736 rxq->used_bd = dma_alloc_coherent(dev,
795 dma_alloc_coherent(trans->dev,
2100 dma_alloc_coherent(trans->dev, ICT_SIZE,
H A Dtrans.c204 block = dma_alloc_coherent(trans->dev, size, &physical, in iwl_pcie_alloc_fw_monitor_block()
749 v_addr = dma_alloc_coherent(trans->dev, chunk_sz, &p_addr, in iwl_pcie_load_section()
754 v_addr = dma_alloc_coherent(trans->dev, chunk_sz, in iwl_pcie_load_section()
H A Dtx.c57 ptr->addr = dma_alloc_coherent(trans->dev, size, in iwl_pcie_alloc_dma_ptr()
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_allocator.c209 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_buf_alloc()
248 dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE, in mthca_buf_alloc()
H A Dmthca_memfree.c125 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem), in mthca_alloc_icm_coherent()
625 page->db_rec = dma_alloc_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE, in mthca_alloc_db()
H A Dmthca_eq.c500 eq->page_list[i].buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_create_eq()
H A Dmthca_qp.c1359 sqp->header_buf = dma_alloc_coherent(&dev->pdev->dev, sqp->header_buf_size, in mthca_alloc_sqp()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h148 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_coherent() function
159 return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO)); in dma_zalloc_coherent()
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c594 buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_buf_alloc()
621 dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_buf_alloc()
690 pgdir->db_page = dma_alloc_coherent(dma_device, PAGE_SIZE, in mlx4_alloc_db_pgdir()
H A Dmlx4_icm.c117 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, in mlx4_alloc_icm_coherent()
H A Dmlx4_eq.c995 eq->page_list[i].buf = dma_alloc_coherent(&dev->persist-> in mlx4_create_eq()
H A Dmlx4_cmd.c2511 priv->mfunc.vhcr = dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_cmd_init()
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1066 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_txq_alloc()
1075 txq->first_tb_bufs = dma_alloc_coherent(trans->dev, tb0_buf_sz, in iwl_txq_alloc()
/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c344 d_page->vaddr = dma_alloc_coherent(pool->dev, pool->size, in __ttm_dma_alloc_page()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c636 mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device, in c4iw_alloc_mr()
H A Dcq.c124 cq->queue = dma_alloc_coherent(rhp->ibdev.dma_device, cq->memsize, in create_cq()
H A Dqp.c180 wq->sq.queue = dma_alloc_coherent(rhp->ibdev.dma_device, wq->sq.memsize, in create_qp()
190 wq->rq.queue = dma_alloc_coherent(rhp->ibdev.dma_device, in create_qp()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c546 block = dma_alloc_coherent(fwrt->dev, pages * PAGE_SIZE, in iwl_dbg_tlv_alloc_fragment()
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h3252 ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag); in ib_dma_alloc_coherent()