Home
last modified time | relevance | path

Searched refs:dma_sync_single_for_device (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDdma-mapping.h243 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, in dma_sync_single_for_device() function
/freebsd-11-stable/sys/dev/mthca/
HDmthca_mr.c354 dma_sync_single_for_device(&dev->pdev->dev, dma_handle, in mthca_arbel_write_mtt_seg()
790 dma_sync_single_for_device(&dev->pdev->dev, fmr->mem.arbel.dma_handle, in mthca_arbel_map_phys_fmr()
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_mr.c717 dma_sync_single_for_device(&dev->persist->pdev->dev, dma_handle, in mlx4_write_mtt_chunk()
1029 dma_sync_single_for_device(&dev->persist->pdev->dev, fmr->dma_handle, in mlx4_map_phys_fmr()
/freebsd-11-stable/sys/dev/netmap/
HDnetmap_kern.h1785 dma_sync_single_for_device(na->pdev, *map, sz, in netmap_sync_map_dev()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_verbs.h3167 dma_sync_single_for_device(dev->dma_device, addr, size, dir); in ib_dma_sync_single_for_device()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_mr.c822 dma_sync_single_for_device(ddev, dma, size, DMA_TO_DEVICE); in mlx5_ib_update_mtt()