Searched refs:pci_p2pmem_find_many (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpci-p2pdma.h25 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients);
52 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, function
104 return pci_p2pmem_find_many(&client, 1);
/linux-master/drivers/pci/
H A Dp2pdma.c747 * pci_p2pmem_find_many - find a peer-to-peer DMA memory device compatible with
762 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients) function
808 EXPORT_SYMBOL_GPL(pci_p2pmem_find_many); variable
/linux-master/drivers/nvme/target/
H A Dcore.c539 p2p_dev = pci_p2pmem_find_many(clients, ARRAY_SIZE(clients));

Completed in 210 milliseconds