Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie.h55 struct PCIExpressDevice { struct
57 uint8_t exp_cap;
59 uint8_t pm_cap;
62 bool hpev_notified; /* Logical AND of conditions for hot plug event.
69 uint16_t aer_cap;
70 PCIEAERLog aer_log;
73 uint16_t ats_cap;
76 uint16_t acs_cap;
79 uint16_t sriov_cap;
80 PCIESriovPF sriov_pf;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h101 typedef struct PCIExpressDevice PCIExpressDevice; typedef