Searched defs:pmcraid_instance (Results 1 – 1 of 1) sorted by relevance
658 struct pmcraid_instance { struct662 struct pmcraid_resource_entry *res_entries;664 struct list_head free_res_q; /* res_entries lists for easy lookup */665 struct list_head used_res_q; /* List of to be exposed resources */666 spinlock_t resource_lock; /* spinlock to protect resource list */668 void __iomem *mapped_dma_addr;669 void __iomem *ioa_status; /* Iomapped IOA status register */670 void __iomem *mailbox; /* Iomapped mailbox register */671 void __iomem *ioarrin; /* IOmapped IOARR IN register */673 struct pmcraid_interrupts int_regs;[all …]