Home
last modified time | relevance | path

Searched refs:pci_p2pdma_map_sg_attrs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-p2pdma.h33 int pci_p2pdma_map_sg_attrs(struct device *dev, struct scatterlist *sg,
86 static inline int pci_p2pdma_map_sg_attrs(struct device *dev, in pci_p2pdma_map_sg_attrs() function
125 return pci_p2pdma_map_sg_attrs(dev, sg, nents, dir, 0); in pci_p2pdma_map_sg()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c904 int pci_p2pdma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in pci_p2pdma_map_sg_attrs() function
926 EXPORT_SYMBOL_GPL(pci_p2pdma_map_sg_attrs);
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c875 nr_mapped = pci_p2pdma_map_sg_attrs(dev->dev, iod->sg, in nvme_map_data()