Searched defs:xen_pcibk_dev_data (Results 1 – 1 of 1) sorted by relevance
43 struct xen_pcibk_dev_data { struct44 struct list_head config_fields;45 struct pci_saved_state *pci_saved_state;46 unsigned int permissive:1;47 unsigned int warned_on_write:1;48 unsigned int enable_intx:1;49 unsigned int isr_on:1; /* Whether the IRQ handler is installed. */50 unsigned int ack_intr:1; /* .. and ACK-ing */51 unsigned long handled;52 unsigned int irq; /* Saved in case device transitions to MSI/MSI-X */[all …]