Home
last modified time | relevance | path

Searched defs:xen_pcibk_dev_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/xen/xen-pciback/
Dpciback.h47 struct xen_pcibk_dev_data { struct
48 struct list_head config_fields;
49 struct pci_saved_state *pci_saved_state;
50 unsigned int permissive:1;
51 unsigned int allow_interrupt_control:1;
52 unsigned int warned_on_write:1;
53 unsigned int enable_intx:1;
54 unsigned int isr_on:1; /* Whether the IRQ handler is installed. */
55 unsigned int ack_intr:1; /* .. and ACK-ing */
56 unsigned long handled;
[all …]