Symbol: dma_alloc_coherent
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
166
return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO));
sys/dev/bnxt/bnxt_re/main.c
2833
kmem = dma_alloc_coherent(&en_dev->pdev->dev, data_len, &dma_handle,
sys/dev/bnxt/bnxt_re/qplib_fp.c
184
hdrbuf->va = dma_alloc_coherent(&pdev->dev, len,
sys/dev/bnxt/bnxt_re/qplib_res.c
1038
stats->dma = dma_alloc_coherent(&pdev->dev, stats->size,
sys/dev/cxgbe/iw_cxgbe/cq.c
124
cq->queue = dma_alloc_coherent(rhp->ibdev.dma_device, cq->memsize,
sys/dev/cxgbe/iw_cxgbe/mem.c
576
mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device,
sys/dev/cxgbe/iw_cxgbe/qp.c
181
wq->sq.queue = dma_alloc_coherent(rhp->ibdev.dma_device, wq->sq.memsize,
sys/dev/cxgbe/iw_cxgbe/qp.c
191
wq->rq.queue = dma_alloc_coherent(rhp->ibdev.dma_device,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
342
d_page->vaddr = dma_alloc_coherent(pool->dev, pool->size,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
594
buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
621
dma_alloc_coherent(&dev->persist->pdev->dev,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
690
pgdir->db_page = dma_alloc_coherent(dma_device, PAGE_SIZE,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2511
priv->mfunc.vhcr = dma_alloc_coherent(&dev->persist->pdev->dev,
sys/dev/mlx4/mlx4_core/mlx4_eq.c
992
eq->page_list[i].buf = dma_alloc_coherent(&dev->persist->
sys/dev/mlx4/mlx4_core/mlx4_icm.c
117
void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order,
sys/dev/mthca/mthca_allocator.c
209
buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
sys/dev/mthca/mthca_allocator.c
248
dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE,
sys/dev/mthca/mthca_eq.c
500
eq->page_list[i].buf = dma_alloc_coherent(&dev->pdev->dev,
sys/dev/mthca/mthca_memfree.c
125
void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
sys/dev/mthca/mthca_memfree.c
625
page->db_rec = dma_alloc_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE,
sys/dev/mthca/mthca_qp.c
1368
sqp->header_buf = dma_alloc_coherent(&dev->pdev->dev, sqp->header_buf_size,
sys/ofed/include/rdma/ib_verbs.h
3730
ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag);