Lines Matching defs:hv_pci_dev
564 struct hv_pci_dev { struct
566 struct list_head list_entry;
567 refcount_t refs;
568 enum hv_pcichild_state state;
569 struct pci_slot *pci_slot;
570 struct hv_pcidev_description desc;
571 bool reported_missing;
572 struct hv_pcibus_device *hbus;
573 struct work_struct wrk;
575 void (*block_invalidate)(void *context, u64 block_mask);
576 void *invalidate_context;
582 u32 probed_bar[PCI_STD_NUM_BARS];