Lines Matching defs:hv_pci_dev
552 struct hv_pci_dev { struct
554 struct list_head list_entry;
555 refcount_t refs;
556 struct pci_slot *pci_slot;
557 struct hv_pcidev_description desc;
558 bool reported_missing;
559 struct hv_pcibus_device *hbus;
560 struct work_struct wrk;
562 void (*block_invalidate)(void *context, u64 block_mask);
563 void *invalidate_context;
569 u32 probed_bar[PCI_STD_NUM_BARS];