Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpci-p2pdma.h38 bool *use_p2pdma);
40 bool use_p2pdma);
98 struct pci_dev **p2p_dev, bool *use_p2pdma) in pci_p2pdma_enable_store() argument
100 *use_p2pdma = false; in pci_p2pdma_enable_store()
104 struct pci_dev *p2p_dev, bool use_p2pdma) in pci_p2pdma_enable_show() argument
/linux-5.19.10/drivers/pci/
Dp2pdma.c963 bool *use_p2pdma) in pci_p2pdma_enable_store() argument
969 *use_p2pdma = true; in pci_p2pdma_enable_store()
988 } else if (!kstrtobool(page, use_p2pdma)) { in pci_p2pdma_enable_store()
1010 bool use_p2pdma) in pci_p2pdma_enable_show() argument
1012 if (!use_p2pdma) in pci_p2pdma_enable_show()