Lines Matching defs:passthru_dev
18 struct passthru_dev { struct
19 struct pci_vdev *dev;
20 struct pcibar bar[PCI_BARMAX + 2];
21 struct {
23 } msi;
24 struct {
26 } msix;
27 struct {
29 } pmcap;
30 bool pcie_cap;
31 struct pcisel sel;
32 int phys_pin;
33 uint16_t phys_bdf;
34 struct pci_device *phys_dev;
38 bool need_reset;
39 bool d3hot_reset;
40 bool need_rombar;
41 bool need_dsdt;
42 char *rom_buffer;
43 char dsdt_path[256];
44 bool (*has_virt_pcicfg_regs)(int offset);