Searched refs:PCI_ERR_VER (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pcie_regs.h | 90 #define PCI_ERR_VER 2 macro
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | xio3130_upstream.c | 89 rc = pcie_aer_init(d, PCI_ERR_VER, XIO3130_AER_OFFSET, in xio3130_upstream_realize()
|
H A D | pcie_pci_bridge.c | 65 rc = pcie_aer_init(d, PCI_ERR_VER, 0x100, PCI_ERR_SIZEOF, errp); in OBJECT_DECLARE_SIMPLE_TYPE()
|
H A D | xio3130_downstream.c | 108 rc = pcie_aer_init(d, PCI_ERR_VER, XIO3130_AER_OFFSET, in xio3130_downstream_realize()
|
H A D | pcie_root_port.c | 112 rc = pcie_aer_init(d, PCI_ERR_VER, rpc->aer_offset, in rp_realize()
|
H A D | cxl_downstream.c | 177 rc = pcie_aer_init(d, PCI_ERR_VER, CXL_DOWNSTREAM_PORT_AER_OFFSET, in cxl_dsp_realize()
|
H A D | cxl_upstream.c | 320 rc = pcie_aer_init(d, PCI_ERR_VER, CXL_UPSTREAM_PORT_AER_OFFSET, in cxl_usp_realize()
|
/openbmc/qemu/hw/net/ |
H A D | e1000e.c | 479 if (pcie_aer_init(pci_dev, PCI_ERR_VER, e1000e_aer_offset, in e1000e_pci_realize()
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 907 rc = pcie_aer_init(pci_dev, PCI_ERR_VER, 0x200, PCI_ERR_SIZEOF, NULL); in ct3_realize()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 2222 pcie_aer_init(pci_dev, PCI_ERR_VER, last_pcie_cap_offset, in virtio_pci_realize()
|