Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-p2pdma.h35 ssize_t pci_p2pdma_enable_show(char *page, struct pci_dev *p2p_dev,
88 static inline ssize_t pci_p2pdma_enable_show(char *page, in pci_p2pdma_enable_show() function
/linux/drivers/pci/
H A Dp2pdma.c1030 * pci_p2pdma_enable_show() should be used as the show operation for
1071 * pci_p2pdma_enable_show - show a configfs/sysfs attribute indicating
1082 ssize_t pci_p2pdma_enable_show(char *page, struct pci_dev *p2p_dev, in pci_p2pdma_enable_show() function
1093 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_show);
/linux/drivers/nvme/target/
H A Dconfigfs.c542 return pci_p2pdma_enable_show(page, ns->p2p_dev, ns->use_p2pmem); in nvmet_ns_p2pmem_show()