Searched refs:dma_alloc_coherent (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h143 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, function
154 return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO));
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_allocator.c209 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
248 dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE,
H A Dmthca_memfree.c125 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
625 page->db_rec = dma_alloc_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE,
H A Dmthca_eq.c500 eq->page_list[i].buf = dma_alloc_coherent(&dev->pdev->dev,
H A Dmthca_qp.c1362 sqp->header_buf = dma_alloc_coherent(&dev->pdev->dev, sqp->header_buf_size,
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c594 buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev,
621 dma_alloc_coherent(&dev->persist->pdev->dev,
690 pgdir->db_page = dma_alloc_coherent(dma_device, PAGE_SIZE,
H A Dmlx4_icm.c117 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order,
H A Dmlx4_eq.c995 eq->page_list[i].buf = dma_alloc_coherent(&dev->persist->
H A Dmlx4_cmd.c2511 priv->mfunc.vhcr = dma_alloc_coherent(&dev->persist->pdev->dev,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c124 cq->queue = dma_alloc_coherent(rhp->ibdev.dma_device, cq->memsize,
H A Dmem.c637 mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device,
H A Dqp.c180 wq->sq.queue = dma_alloc_coherent(rhp->ibdev.dma_device, wq->sq.memsize,
190 wq->rq.queue = dma_alloc_coherent(rhp->ibdev.dma_device,
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c344 d_page->vaddr = dma_alloc_coherent(pool->dev, pool->size,
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h3180 ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag);

Completed in 305 milliseconds