Searched refs:PCI_ERR_SIZEOF (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_downstream.c | 34 (CXL_DOWNSTREAM_PORT_AER_OFFSET + PCI_ERR_SIZEOF) 178 PCI_ERR_SIZEOF, errp); in cxl_dsp_realize()
|
H A D | xio3130_upstream.c | 90 PCI_ERR_SIZEOF, errp); in xio3130_upstream_realize()
|
H A D | cxl_upstream.c | 31 (CXL_UPSTREAM_PORT_AER_OFFSET + PCI_ERR_SIZEOF) 321 PCI_ERR_SIZEOF, errp); in cxl_usp_realize()
|
H A D | gen_pcie_root_port.c | 28 (GEN_PCIE_ROOT_PORT_AER_OFFSET + PCI_ERR_SIZEOF)
|
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 | 109 PCI_ERR_SIZEOF, errp); in xio3130_downstream_realize()
|
H A D | pcie_root_port.c | 113 PCI_ERR_SIZEOF, errp); in rp_realize()
|
H A D | cxl_root_port.c | 41 (GEN_PCIE_ROOT_PORT_AER_OFFSET + PCI_ERR_SIZEOF)
|
/openbmc/qemu/include/hw/pci/ |
H A D | pcie_regs.h | 91 #define PCI_ERR_SIZEOF 0x48 macro
|
/openbmc/qemu/hw/net/ |
H A D | e1000e.c | 480 PCI_ERR_SIZEOF, NULL) < 0) { in e1000e_pci_realize()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 2223 PCI_ERR_SIZEOF, NULL); in virtio_pci_realize() 2224 last_pcie_cap_offset += PCI_ERR_SIZEOF; in virtio_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()
|