Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-p2pdma.h86 bool *use_p2pdma);
88 bool use_p2pdma);
142 struct pci_dev **p2p_dev, bool *use_p2pdma) in pci_p2pdma_enable_store() argument
144 *use_p2pdma = false; in pci_p2pdma_enable_store()
148 struct pci_dev *p2p_dev, bool use_p2pdma) in pci_p2pdma_enable_show() argument
/linux/drivers/pci/
H A Dp2pdma.c1146 bool *use_p2pdma) in pci_p2pdma_enable_store() argument
1152 *use_p2pdma = true; in pci_p2pdma_enable_store()
1171 } else if (!kstrtobool(page, use_p2pdma)) { in pci_p2pdma_enable_store()
1193 bool use_p2pdma) in pci_p2pdma_enable_show() argument
1195 if (!use_p2pdma) in pci_p2pdma_enable_show()