Home
last modified time | relevance | path

Searched defs:PCIERootPortClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_port.h79 typedef struct PCIERootPortClass PCIERootPortClass; typedef
83 struct PCIERootPortClass { struct
84 PCIDeviceClass parent_class;
85 DeviceRealize parent_realize;
86 ResettablePhases parent_phases;
88 uint8_t (*aer_vector)(const PCIDevice *dev);
89 int (*interrupts_init)(PCIDevice *dev, Error **errp);
90 void (*interrupts_uninit)(PCIDevice *dev);
92 int exp_offset;
93 int aer_offset;
[all …]