Searched refs:dma_alloc_coherent (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | dma-mapping.h | 134 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_coherent() function 162 return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO)); in dma_zalloc_coherent()
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_allocator.c | 209 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 D | mthca_memfree.c | 125 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 D | mthca_eq.c | 500 eq->page_list[i].buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_create_eq()
|
| H A D | mthca_qp.c | 1362 sqp->header_buf = dma_alloc_coherent(&dev->pdev->dev, sqp->header_buf_size, in mthca_alloc_sqp()
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_alloc.c | 594 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 D | mlx4_icm.c | 117 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, in mlx4_alloc_icm_coherent()
|
| H A D | mlx4_eq.c | 995 eq->page_list[i].buf = dma_alloc_coherent(&dev->persist-> in mlx4_create_eq()
|
| H A D | mlx4_cmd.c | 2511 priv->mfunc.vhcr = dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_cmd_init()
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | mem.c | 635 mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device, in c4iw_alloc_mr()
|
| H A D | cq.c | 124 cq->queue = dma_alloc_coherent(rhp->ibdev.dma_device, cq->memsize, in create_cq()
|
| H A D | qp.c | 180 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-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_page_alloc_dma.c | 344 d_page->vaddr = dma_alloc_coherent(pool->dev, pool->size, in __ttm_dma_alloc_page()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 3180 ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag); in ib_dma_alloc_coherent()
|