Searched defs:hv_pcibus_device (Results 1 – 1 of 1) sorted by relevance
451 struct hv_pcibus_device { struct452 struct pci_sysdata sysdata;454 enum pci_protocol_version_t protocol_version;455 enum hv_pcibus_state state;456 refcount_t remove_lock;457 struct hv_device *hdev;458 resource_size_t low_mmio_space;459 resource_size_t high_mmio_space;460 struct resource *mem_config;461 struct resource *low_mmio_res;[all …]