map_sg           1327 arch/x86/kernel/amd_iommu.c 	.map_sg = map_sg,
map_sg            533 arch/x86/kernel/pci-calgary_64.c 	.map_sg = calgary_map_sg,
map_sg            711 arch/x86/kernel/pci-gart_64.c 	.map_sg				= gart_map_sg,
map_sg             85 arch/x86/kernel/pci-nommu.c 	.map_sg = nommu_map_sg,
map_sg             33 arch/x86/kernel/pci-swiotlb_64.c 	.map_sg = swiotlb_map_sg,
map_sg             16 include/asm-parisc/dma-mapping.h 	int  (*map_sg)(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction);
map_sg             95 include/asm-parisc/dma-mapping.h 	return hppa_dma_ops->map_sg(dev, sg, nents, direction);
map_sg             48 include/asm-x86/dma-mapping.h 	int             (*map_sg)(struct device *hwdev, struct scatterlist *sg,
map_sg            123 include/asm-x86/dma-mapping.h 	return ops->map_sg(hwdev, sg, nents, direction);
map_sg            950 include/rdma/ib_verbs.h 	int		(*map_sg)(struct ib_device *dev,
map_sg           1695 include/rdma/ib_verbs.h 		return dev->dma_ops->map_sg(dev, sg, nents, direction);