Searched defs:PCIExpressDevice (Results 1 – 2 of 2) sorted by relevance
58 struct PCIExpressDevice { struct60 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;77 uint16_t acs_cap;80 uint16_t sriov_cap;81 PCIESriovPF sriov_pf;82 PCIESriovVF sriov_vf;
85 typedef struct PCIExpressDevice PCIExpressDevice; typedef