Home
last modified time | relevance | path

Searched refs:rootbus (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c130 PCIBus *rootbus) in pxb_host_root_bus_path() argument
132 PXBBus *bus = pci_bus_is_cxl(rootbus) ? in pxb_host_root_bus_path()
133 PXB_CXL_BUS(rootbus) : in pxb_host_root_bus_path()
134 pci_bus_is_express(rootbus) ? PXB_PCIE_BUS(rootbus) : in pxb_host_root_bus_path()
135 PXB_BUS(rootbus); in pxb_host_root_bus_path()
137 snprintf(bus->bus_path, 8, "0000:%02x", pxb_bus_num(rootbus)); in pxb_host_root_bus_path()
/openbmc/qemu/hw/pci-host/
H A Dremote.c34 PCIBus *rootbus) in remote_pcihost_root_bus_path() argument
H A Dgpex.c168 PCIBus *rootbus) in gpex_host_root_bus_path() argument
H A Dxilinx-pcie.c144 PCIBus *rootbus) in xilinx_pcie_host_root_bus_path() argument
H A Dpnv_phb.c177 PCIBus *rootbus) in pnv_phb_root_bus_path() argument
H A Di440fx.c351 PCIBus *rootbus) in i440fx_pcihost_root_bus_path() argument
H A Ddesignware.c521 designware_pcie_host_root_bus_path(PCIHostState *host_bridge, PCIBus *rootbus) in designware_pcie_host_root_bus_path() argument
H A Dq35.c74 PCIBus *rootbus) in q35_host_root_bus_path() argument
H A Daspeed_pcie.c230 PCIBus *rootbus) in aspeed_pcie_rc_root_bus_path() argument
/openbmc/qemu/hw/pci/
H A Dpci.c634 PCIBus *rootbus = pci_device_root_bus(dev); in pci_root_bus_path() local
635 PCIHostState *host_bridge = PCI_HOST_BRIDGE(rootbus->qbus.parent); in pci_root_bus_path()
638 assert(host_bridge->bus == rootbus); in pci_root_bus_path()
641 return (*hc->root_bus_path)(host_bridge, rootbus); in pci_root_bus_path()
644 return rootbus->qbus.name; in pci_root_bus_path()
649 PCIBus *rootbus = bus; in pci_bus_bypass_iommu() local
653 rootbus = pci_device_root_bus(bus->parent_dev); in pci_bus_bypass_iommu()
656 host_bridge = PCI_HOST_BRIDGE(rootbus->qbus.parent); in pci_bus_bypass_iommu()
658 assert(host_bridge->bus == rootbus); in pci_bus_bypass_iommu()
2047 bool pci_init_nic_in_slot(PCIBus *rootbus, const char *model, in pci_init_nic_in_slot() argument
[all …]
/openbmc/qemu/include/hw/pci/
H A Dpci.h342 bool pci_init_nic_in_slot(PCIBus *rootbus, const char *default_model,
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c2169 PCIBus *rootbus) in spapr_phb_root_bus_path() argument