Lines Matching defs:xen_pcibk_dev_data
44 struct xen_pcibk_dev_data { struct
45 struct list_head config_fields;
46 struct pci_saved_state *pci_saved_state;
47 unsigned int permissive:1;
48 unsigned int warned_on_write:1;
49 unsigned int enable_intx:1;
50 unsigned int isr_on:1; /* Whether the IRQ handler is installed. */
51 unsigned int ack_intr:1; /* .. and ACK-ing */
52 unsigned long handled;
53 unsigned int irq; /* Saved in case device transitions to MSI/MSI-X */
54 char irq_name[0]; /* xen-pcibk[000:04:00.0] */