Home
last modified time | relevance | path

Searched refs:PCIE_BUS_PEER2PEER (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/pci/
H A DKconfig290 config PCIE_BUS_PEER2PEER config in choice16fdcbab0104
H A Dprobe.c2169 if (pcie_bus_config == PCIE_BUS_PEER2PEER) in pci_configure_mps()
2991 if (pcie_bus_config == PCIE_BUS_PEER2PEER) in pcie_bus_configure_settings()
H A Dpci.c133 enum pcie_bus_config_types pcie_bus_config = PCIE_BUS_PEER2PEER;
6865 pcie_bus_config = PCIE_BUS_PEER2PEER; in pci_setup()
/linux-6.15/include/linux/
H A Dpci.h1117 PCIE_BUS_PEER2PEER, /* Set MPS = 128 for all devices */ enumerator