Home
last modified time | relevance | path

Searched refs:p2pdma (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/pci/
Dp2pdma.c45 struct pci_p2pdma *p2pdma; in size_show() local
49 p2pdma = rcu_dereference(pdev->p2pdma); in size_show()
50 if (p2pdma && p2pdma->pool) in size_show()
51 size = gen_pool_size(p2pdma->pool); in size_show()
62 struct pci_p2pdma *p2pdma; in available_show() local
66 p2pdma = rcu_dereference(pdev->p2pdma); in available_show()
67 if (p2pdma && p2pdma->pool) in available_show()
68 avail = gen_pool_avail(p2pdma->pool); in available_show()
79 struct pci_p2pdma *p2pdma; in published_show() local
83 p2pdma = rcu_dereference(pdev->p2pdma); in published_show()
[all …]
DMakefile31 obj-$(CONFIG_PCI_P2PDMA) += p2pdma.o
/linux-6.6.21/Documentation/driver-api/pci/
Dindex.rst15 p2pdma
Dp2pdma.rst130 .. kernel-doc:: drivers/pci/p2pdma.c
/linux-6.6.21/Documentation/translations/zh_CN/mm/
Dmemory-model.rst134 * p2pdma: 创建 `struct page` 对象,允许PCI/E拓扑结构中的peer设备协调它们之间的
/linux-6.6.21/Documentation/mm/
Dmemory-model.rst173 * p2pdma: Create `struct page` objects to allow peer devices in a
/linux-6.6.21/include/linux/
Dpci.h514 struct pci_p2pdma __rcu *p2pdma; member
/linux-6.6.21/
DMAINTAINERS16548 F: Documentation/driver-api/pci/p2pdma.rst
16549 F: drivers/pci/p2pdma.c
16550 F: include/linux/pci-p2pdma.h