Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-p2pdma.h122 static inline int pci_p2pdma_map_sg(struct device *dev, struct scatterlist *sg, in pci_p2pdma_map_sg() function
/OK3568_Linux_fs/kernel/Documentation/driver-api/pci/
H A Dp2pdma.rst87 routine to use the mapping function :c:func:`pci_p2pdma_map_sg()` instead
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Drw.c291 return pci_p2pdma_map_sg(dev->dma_device, sg, sg_cnt, dir); in rdma_rw_map_sg()