Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpci-p2pdma.h33 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev,
82 static inline int pci_p2pdma_enable_store(const char *page, in pci_p2pdma_enable_store() function
/linux-6.1.9/drivers/pci/
Dp2pdma.c931 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev, in pci_p2pdma_enable_store() function
964 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_store);
/linux-6.1.9/drivers/nvme/target/
Dconfigfs.c397 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem); in nvmet_ns_p2pmem_store()