Home
last modified time | relevance | path

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

/Linux-v5.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
/Linux-v5.10/drivers/pci/
Dp2pdma.c947 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev, in pci_p2pdma_enable_store() function
980 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_store);
/Linux-v5.10/drivers/nvme/target/
Dconfigfs.c394 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem); in nvmet_ns_p2pmem_store()