Home
last modified time | relevance | path

Searched refs:machvec_dma_sync_sg (Results 1 – 4 of 4) sorted by relevance

/arch/ia64/kernel/
Dpci-dma.c94 dma_ops->sync_sg_for_cpu = machvec_dma_sync_sg; in pci_iommu_alloc()
96 dma_ops->sync_sg_for_device = machvec_dma_sync_sg; in pci_iommu_alloc()
Dmachvec.c85 machvec_dma_sync_sg(struct device *hwdev, struct scatterlist *sg, int n, in machvec_dma_sync_sg() function
90 EXPORT_SYMBOL(machvec_dma_sync_sg);
/arch/ia64/include/asm/
Ddma-mapping.h23 extern void machvec_dma_sync_sg(struct device *, struct scatterlist *, int,
/arch/ia64/hp/common/
Dsba_iommu.c2227 .sync_sg_for_cpu = machvec_dma_sync_sg,
2229 .sync_sg_for_device = machvec_dma_sync_sg,