Searched defs:xen_pcibk_dev_data (Results 1 – 1 of 1) sorted by relevance
42 struct xen_pcibk_dev_data { struct43 struct list_head config_fields;44 unsigned int permissive:1;45 unsigned int warned_on_write:1;46 unsigned int enable_intx:1;47 unsigned int isr_on:1; /* Whether the IRQ handler is installed. */48 unsigned int ack_intr:1; /* .. and ACK-ing */49 unsigned long handled;50 unsigned int irq; /* Saved in case device transitions to MSI/MSI-X */51 char irq_name[0]; /* xen-pcibk[000:04:00.0] */