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