/openbmc/linux/drivers/pci/pcie/ |
H A D | portdrv.h | 31 int pcie_aer_init(void); 33 static inline int pcie_aer_init(void) { return 0; } in pcie_aer_init() function
|
H A D | portdrv.c | 827 pcie_aer_init(); in pcie_init_services()
|
H A D | aer.c | 1442 int __init pcie_aer_init(void) in pcie_aer_init() function
|
/openbmc/qemu/include/hw/pci/ |
H A D | pcie_aer.h | 89 int pcie_aer_init(PCIDevice *dev, uint8_t cap_ver, uint16_t offset,
|
/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 | igbvf.c | 278 if (pcie_aer_init(dev, 1, 0x100, 0x40, errp) < 0) { in igbvf_pci_realize()
|
H A D | igb.c | 443 if (pcie_aer_init(pci_dev, 1, 0x100, 0x40, errp) < 0) { in igb_pci_realize()
|
H A D | e1000e.c | 479 if (pcie_aer_init(pci_dev, PCI_ERR_VER, e1000e_aer_offset, in e1000e_pci_realize()
|
/openbmc/qemu/docs/devel/migration/ |
H A D | compatibility.rst | 363 @@ -112,6 +112,10 @@ int pcie_aer_init(PCIDevice *dev, 416 @@ -112,10 +112,13 @@ int pcie_aer_init(PCIDevice *dev, uint8_t cap_ver,
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_aer.c | 97 int pcie_aer_init(PCIDevice *dev, uint8_t cap_ver, uint16_t offset, in pcie_aer_init() function
|
/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()
|