Searched refs:PCIEPort (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/include/hw/pci/ |
| H A D | pcie_port.h | 30 OBJECT_DECLARE_SIMPLE_TYPE(PCIEPort, PCIE_PORT) 32 struct PCIEPort { struct 52 PCIEPort parent_obj; argument
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_port.c | 115 DEFINE_PROP_UINT8("port", PCIEPort, port, 0), 116 DEFINE_PROP_UINT16("aer_log_max", PCIEPort, 134 PCIEPort *port; in pcie_find_port_by_pn() 201 .instance_size = sizeof(PCIEPort),
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | xio3130_upstream.c | 59 PCIEPort *p = PCIE_PORT(d); in xio3130_upstream_realize() 119 VMSTATE_PCI_DEVICE(parent_obj.parent_obj, PCIEPort), 120 VMSTATE_STRUCT(parent_obj.parent_obj.exp.aer_log, PCIEPort, 0,
|
| H A D | cxl_upstream.c | 207 PCIEPort *port; in build_cdat_table() 295 PCIEPort *p = PCIE_PORT(d); in cxl_usp_realize()
|
| H A D | xio3130_downstream.c | 68 PCIEPort *p = PCIE_PORT(d); in xio3130_downstream_realize()
|
| H A D | pcie_root_port.c | 64 PCIEPort *p = PCIE_PORT(d); in rp_realize()
|
| H A D | cxl_downstream.c | 139 PCIEPort *p = PCIE_PORT(d); in cxl_dsp_realize()
|
| /openbmc/qemu/include/hw/pci-bridge/ |
| H A D | cxl_upstream_port.h | 10 PCIEPort parent_obj;
|
| /openbmc/qemu/include/qemu/ |
| H A D | typedefs.h | 83 typedef struct PCIEPort PCIEPort; typedef
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-mailbox-utils.c | 507 PCIEPort *usp = PCIE_PORT(cci->d); in cmd_identify_switch_device() 594 PCIEPort *usp = PCIE_PORT(cci->d); in cmd_get_physical_port_state()
|