unmap_sg         1328 arch/x86/kernel/amd_iommu.c 	.unmap_sg = unmap_sg,
unmap_sg          534 arch/x86/kernel/pci-calgary_64.c 	.unmap_sg = calgary_unmap_sg,
unmap_sg          712 arch/x86/kernel/pci-gart_64.c 	.unmap_sg			= gart_unmap_sg,
unmap_sg           34 arch/x86/kernel/pci-swiotlb_64.c 	.unmap_sg = swiotlb_unmap_sg,
unmap_sg           17 include/asm-parisc/dma-mapping.h 	void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nhwents, enum dma_data_direction direction);
unmap_sg          102 include/asm-parisc/dma-mapping.h 	hppa_dma_ops->unmap_sg(dev, sg, nhwentries, direction);
unmap_sg           50 include/asm-x86/dma-mapping.h 	void            (*unmap_sg)(struct device *hwdev,
unmap_sg          133 include/asm-x86/dma-mapping.h 	if (ops->unmap_sg)
unmap_sg          134 include/asm-x86/dma-mapping.h 		ops->unmap_sg(hwdev, sg, nents, direction);
unmap_sg          953 include/rdma/ib_verbs.h 	void		(*unmap_sg)(struct ib_device *dev,
unmap_sg         1711 include/rdma/ib_verbs.h 		dev->dma_ops->unmap_sg(dev, sg, nents, direction);