Lines Matching defs:hv_pci_dev
532 struct hv_pci_dev { struct
534 struct list_head list_entry;
535 refcount_t refs;
536 enum hv_pcichild_state state;
537 struct pci_slot *pci_slot;
538 struct hv_pcidev_description desc;
539 bool reported_missing;
540 struct hv_pcibus_device *hbus;
541 struct work_struct wrk;
543 void (*block_invalidate)(void *context, u64 block_mask);
544 void *invalidate_context;
550 u32 probed_bar[PCI_STD_NUM_BARS];