Searched defs:xen_pcibk_device (Results 1 – 1 of 1) sorted by relevance
31 struct xen_pcibk_device { struct32 void *pci_dev_data;33 struct mutex dev_lock;34 struct xenbus_device *xdev;35 struct xenbus_watch be_watch;36 u8 be_watching;37 int evtchn_irq;38 struct xen_pci_sharedinfo *sh_info;39 unsigned long flags;63 struct pci_dev *pcistub_get_pci_dev_by_slot(struct xen_pcibk_device *pdev, argument