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