dma_alloc_coherent
return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO));
kmem = dma_alloc_coherent(&en_dev->pdev->dev, data_len, &dma_handle,
hdrbuf->va = dma_alloc_coherent(&pdev->dev, len,
stats->dma = dma_alloc_coherent(&pdev->dev, stats->size,
cq->queue = dma_alloc_coherent(rhp->ibdev.dma_device, cq->memsize,
mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device,
wq->sq.queue = dma_alloc_coherent(rhp->ibdev.dma_device, wq->sq.memsize,
wq->rq.queue = dma_alloc_coherent(rhp->ibdev.dma_device,
d_page->vaddr = dma_alloc_coherent(pool->dev, pool->size,
buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev,
dma_alloc_coherent(&dev->persist->pdev->dev,
pgdir->db_page = dma_alloc_coherent(dma_device, PAGE_SIZE,
priv->mfunc.vhcr = dma_alloc_coherent(&dev->persist->pdev->dev,
eq->page_list[i].buf = dma_alloc_coherent(&dev->persist->
void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order,
buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE,
eq->page_list[i].buf = dma_alloc_coherent(&dev->pdev->dev,
void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
page->db_rec = dma_alloc_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE,
sqp->header_buf = dma_alloc_coherent(&dev->pdev->dev, sqp->header_buf_size,
ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag);