Searched defs:xen_pcibk_device (Results 1 – 1 of 1) sorted by relevance
30 struct xen_pcibk_device { struct31 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;61 struct pci_dev *pcistub_get_pci_dev_by_slot(struct xen_pcibk_device *pdev, argument