Lines Matching defs:xen_pcibk_device
30 struct xen_pcibk_device { struct
31 void *pci_dev_data;
32 struct mutex dev_lock;
33 struct xenbus_device *xdev;
34 struct xenbus_watch be_watch;
35 u8 be_watching;
36 int evtchn_irq;
37 struct xen_pci_sharedinfo *sh_info;
38 unsigned long flags;
39 struct work_struct op_work;
63 struct pci_dev *pcistub_get_pci_dev_by_slot(struct xen_pcibk_device *pdev, argument