Lines Matching defs:hv_pci_dev
558 struct hv_pci_dev { struct
560 struct list_head list_entry;
561 refcount_t refs;
562 enum hv_pcichild_state state;
563 struct pci_slot *pci_slot;
564 struct hv_pcidev_description desc;
565 bool reported_missing;
566 struct hv_pcibus_device *hbus;
567 struct work_struct wrk;
569 void (*block_invalidate)(void *context, u64 block_mask);
570 void *invalidate_context;
576 u32 probed_bar[PCI_STD_NUM_BARS];