Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpci-p2pdma.h37 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev,
97 static inline int pci_p2pdma_enable_store(const char *page, in pci_p2pdma_enable_store() function
/kernel/linux/linux-5.10/drivers/pci/
Dp2pdma.c977 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev, in pci_p2pdma_enable_store() function
1010 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_store);
/kernel/linux/linux-5.10/drivers/nvme/target/
Dconfigfs.c394 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem); in nvmet_ns_p2pmem_store()