Symbol: dma_free_coherent
sys/compat/linuxkpi/common/include/linux/pci.h
881
dma_free_coherent((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
sys/compat/linuxkpi/common/src/linux_pci.c
1812
dma_free_coherent(dev, dr->size, dr->mem, *dr->handle);
sys/compat/linuxkpi/common/src/linux_pci.c
1848
dma_free_coherent(dev, size, addr, dma_handle);
sys/dev/bnxt/bnxt_re/main.c
2799
dma_free_coherent(&en_dev->pdev->dev, data_len, kmem, dma_handle);
sys/dev/bnxt/bnxt_re/main.c
2856
dma_free_coherent(&en_dev->pdev->dev, data_len, kmem, dma_handle);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1595
dma_free_coherent(&rcfw->pdev->dev, sbuf.size,
sys/dev/bnxt/bnxt_re/qplib_fp.c
170
dma_free_coherent(&pdev->dev, buf->len, buf->va, buf->dma_map);
sys/dev/bnxt/bnxt_re/qplib_fp.c
763
dma_free_coherent(&rcfw->pdev->dev, sbuf.size,
sys/dev/bnxt/bnxt_re/qplib_res.c
1022
dma_free_coherent(&pdev->dev, stats->size,
sys/dev/bnxt/bnxt_re/qplib_res.c
72
dma_free_coherent(&pdev->dev, pbl->pg_size,
sys/dev/bnxt/bnxt_re/qplib_sp.c
1114
dma_free_coherent(&rcfw->pdev->dev, sbuf.size,
sys/dev/bnxt/bnxt_re/qplib_sp.c
1233
dma_free_coherent(&rcfw->pdev->dev, sbuf.size,
sys/dev/bnxt/bnxt_re/qplib_sp.c
205
dma_free_coherent(&rcfw->pdev->dev, sbuf.size,
sys/dev/bnxt/bnxt_re/qplib_sp.c
992
dma_free_coherent(&rcfw->pdev->dev, sbuf.size,
sys/dev/cxgbe/iw_cxgbe/cq.c
194
dma_free_coherent(rhp->ibdev.dma_device, cq->memsize, cq->queue,
sys/dev/cxgbe/iw_cxgbe/cq.c
87
dma_free_coherent(rhp->ibdev.dma_device,
sys/dev/cxgbe/iw_cxgbe/mem.c
613
dma_free_coherent(rhp->ibdev.dma_device,
sys/dev/cxgbe/iw_cxgbe/qp.c
111
dma_free_coherent(rhp->ibdev.dma_device,
sys/dev/cxgbe/iw_cxgbe/qp.c
114
dma_free_coherent(rhp->ibdev.dma_device,
sys/dev/cxgbe/iw_cxgbe/qp.c
318
dma_free_coherent(rhp->ibdev.dma_device,
sys/dev/cxgbe/iw_cxgbe/qp.c
322
dma_free_coherent(rhp->ibdev.dma_device,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
329
dma_free_coherent(pool->dev, pool->size, d_page->vaddr, dma);
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
660
dma_free_coherent(&dev->persist->pdev->dev, size,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
669
dma_free_coherent(&dev->persist->pdev->dev,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
780
dma_free_coherent(&dev->persist->pdev->dev, PAGE_SIZE,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2477
dma_free_coherent(&dev->persist->pdev->dev, PAGE_SIZE,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2605
dma_free_coherent(&dev->persist->pdev->dev, PAGE_SIZE,
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1055
dma_free_coherent(&dev->persist->pdev->dev, PAGE_SIZE,
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1088
dma_free_coherent(&dev->persist->pdev->dev, PAGE_SIZE,
sys/dev/mlx4/mlx4_core/mlx4_icm.c
73
dma_free_coherent(&dev->persist->pdev->dev,
sys/dev/mthca/mthca_allocator.c
291
dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf,
sys/dev/mthca/mthca_allocator.c
295
dma_free_coherent(&dev->pdev->dev, PAGE_SIZE,
sys/dev/mthca/mthca_eq.c
573
dma_free_coherent(&dev->pdev->dev, PAGE_SIZE,
sys/dev/mthca/mthca_memfree.c
636
dma_free_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE,
sys/dev/mthca/mthca_memfree.c
683
dma_free_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE,
sys/dev/mthca/mthca_memfree.c
751
dma_free_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE,
sys/dev/mthca/mthca_memfree.c
81
dma_free_coherent(&dev->pdev->dev, chunk->mem[i].length,
sys/dev/mthca/mthca_qp.c
1410
dma_free_coherent(&dev->pdev->dev, sqp->header_buf_size,
sys/dev/mthca/mthca_qp.c
1475
dma_free_coherent(&dev->pdev->dev,
sys/ofed/include/rdma/ib_verbs.h
3750
dma_free_coherent(dev->dma_device, size, cpu_addr, dma_handle);