Searched refs:pci_p2pdma_enable_show (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-p2pdma.h | 35 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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-p2pdma.h | 39 ssize_t pci_p2pdma_enable_show(char *page, struct pci_dev *p2p_dev, 103 static inline ssize_t pci_p2pdma_enable_show(char *page, in pci_p2pdma_enable_show() function
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | p2pdma.c | 972 * pci_p2pdma_enable_show() should be used as the show operation for 1013 * pci_p2pdma_enable_show - show a configfs/sysfs attribute indicating 1024 ssize_t pci_p2pdma_enable_show(char *page, struct pci_dev *p2p_dev, in pci_p2pdma_enable_show() function 1035 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_show); variable
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | p2pdma.c | 1050 * pci_p2pdma_enable_show() should be used as the show operation for 1091 * pci_p2pdma_enable_show - show a configfs/sysfs attribute indicating 1102 ssize_t pci_p2pdma_enable_show(char *page, struct pci_dev *p2p_dev, in pci_p2pdma_enable_show() function 1113 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_show); variable
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | configfs.c | 376 return pci_p2pdma_enable_show(page, ns->p2p_dev, ns->use_p2pmem); in nvmet_ns_p2pmem_show()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | configfs.c | 381 return pci_p2pdma_enable_show(page, ns->p2p_dev, ns->use_p2pmem); in nvmet_ns_p2pmem_show()
|
Completed in 8 milliseconds