Lines Matching defs:hv_pci_dev
523 struct hv_pci_dev { struct
525 struct list_head list_entry;
526 refcount_t refs;
527 struct pci_slot *pci_slot;
528 struct hv_pcidev_description desc;
529 bool reported_missing;
530 struct hv_pcibus_device *hbus;
531 struct work_struct wrk;
533 void (*block_invalidate)(void *context, u64 block_mask);
534 void *invalidate_context;
540 u32 probed_bar[PCI_STD_NUM_BARS];