Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
H A Dpcie.h58 struct PCIExpressDevice { struct
60 uint8_t exp_cap;
63 bool hpev_notified; /* Logical AND of conditions for hot plug event.
70 uint16_t aer_cap;
71 PCIEAERLog aer_log;
74 uint16_t ats_cap;
75 uint16_t pasid_cap;
76 uint16_t pri_cap;
79 uint16_t acs_cap;
82 uint16_t sriov_cap;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h85 typedef struct PCIExpressDevice PCIExpressDevice; typedef