Searched defs:xen_pcibk_device (Results 1 – 1 of 1) sorted by relevance
34 struct xen_pcibk_device { struct35 void *pci_dev_data;36 struct mutex dev_lock;37 struct xenbus_device *xdev;38 struct xenbus_watch be_watch;39 u8 be_watching;40 int evtchn_irq;41 struct xen_pci_sharedinfo *sh_info;42 unsigned long flags;43 struct work_struct op_work;[all …]