Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A DKconfig258 config PCIE_BUS_PEER2PEER config in choice1e9151ab0104
H A Dprobe.c2037 if (pcie_bus_config == PCIE_BUS_PEER2PEER) in pci_configure_mps()
2871 if (pcie_bus_config == PCIE_BUS_PEER2PEER) in pcie_bus_configure_settings()
H A Dpci.c135 enum pcie_bus_config_types pcie_bus_config = PCIE_BUS_PEER2PEER;
7097 pcie_bus_config = PCIE_BUS_PEER2PEER; in pci_setup()
/openbmc/linux/include/linux/
H A Dpci.h1074 PCIE_BUS_PEER2PEER, /* Set MPS = 128 for all devices */ enumerator