Searched defs:hv_pci_dev (Results 1 – 1 of 1) sorted by relevance
551 struct hv_pci_dev { struct553 struct list_head list_entry;554 refcount_t refs;555 struct pci_slot *pci_slot;556 struct hv_pcidev_description desc;557 bool reported_missing;558 struct hv_pcibus_device *hbus;559 struct work_struct wrk;561 void (*block_invalidate)(void *context, u64 block_mask);562 void *invalidate_context;[all …]