Searched defs:hv_pci_dev (Results 1 – 1 of 1) sorted by relevance
532 struct hv_pci_dev { struct534 struct list_head list_entry;535 refcount_t refs;536 enum hv_pcichild_state state;537 struct pci_slot *pci_slot;538 struct hv_pcidev_description desc;539 bool reported_missing;540 struct hv_pcibus_device *hbus;541 struct work_struct wrk;543 void (*block_invalidate)(void *context, u64 block_mask);[all …]