Home
last modified time | relevance | path

Searched refs:use_p2pdma (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dpci-p2pdma.h34 bool *use_p2pdma);
36 bool use_p2pdma);
83 struct pci_dev **p2p_dev, bool *use_p2pdma) in pci_p2pdma_enable_store() argument
85 *use_p2pdma = false; in pci_p2pdma_enable_store()
89 struct pci_dev *p2p_dev, bool use_p2pdma) in pci_p2pdma_enable_show() argument
/linux-6.1.9/drivers/pci/
Dp2pdma.c932 bool *use_p2pdma) in pci_p2pdma_enable_store() argument
938 *use_p2pdma = true; in pci_p2pdma_enable_store()
957 } else if (!kstrtobool(page, use_p2pdma)) { in pci_p2pdma_enable_store()
979 bool use_p2pdma) in pci_p2pdma_enable_show() argument
981 if (!use_p2pdma) in pci_p2pdma_enable_show()