Home
last modified time | relevance | path

Searched refs:PCI_ERR_VER (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h88 #define PCI_ERR_VER 2 macro
/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_upstream.c89 rc = pcie_aer_init(d, PCI_ERR_VER, XIO3130_AER_OFFSET, in xio3130_upstream_realize()
H A Dpcie_pci_bridge.c65 rc = pcie_aer_init(d, PCI_ERR_VER, 0x100, PCI_ERR_SIZEOF, errp); in OBJECT_DECLARE_SIMPLE_TYPE()
H A Dxio3130_downstream.c108 rc = pcie_aer_init(d, PCI_ERR_VER, XIO3130_AER_OFFSET, in xio3130_downstream_realize()
H A Dpcie_root_port.c112 rc = pcie_aer_init(d, PCI_ERR_VER, rpc->aer_offset, in rp_realize()
H A Dcxl_downstream.c175 rc = pcie_aer_init(d, PCI_ERR_VER, CXL_DOWNSTREAM_PORT_AER_OFFSET, in cxl_dsp_realize()
H A Dcxl_upstream.c323 rc = pcie_aer_init(d, PCI_ERR_VER, CXL_UPSTREAM_PORT_AER_OFFSET, in cxl_usp_realize()
/openbmc/qemu/hw/net/
H A De1000e.c480 if (pcie_aer_init(pci_dev, PCI_ERR_VER, e1000e_aer_offset, in e1000e_pci_realize()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c749 rc = pcie_aer_init(pci_dev, PCI_ERR_VER, 0x200, PCI_ERR_SIZEOF, NULL); in ct3_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2185 pcie_aer_init(pci_dev, PCI_ERR_VER, last_pcie_cap_offset, in virtio_pci_realize()