Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
H A Dpcie_doe.h60 typedef struct DOECap DOECap; typedef
76 struct DOECap { struct
78 PCIDevice *pdev;
80 uint16_t offset;
82 struct {
85 } cap;
87 struct {
91 } ctrl;
116 void pcie_doe_init(PCIDevice *pdev, DOECap *doe_cap, uint16_t offset, argument