Searched defs:pmcraid_instance (Results 1 – 1 of 1) sorted by relevance
673 struct pmcraid_instance { struct677 struct pmcraid_resource_entry *res_entries;679 struct list_head free_res_q; /* res_entries lists for easy lookup */680 struct list_head used_res_q; /* List of to be exposed resources */681 spinlock_t resource_lock; /* spinlock to protect resource list */683 void __iomem *mapped_dma_addr;684 void __iomem *ioa_status; /* Iomapped IOA status register */685 void __iomem *mailbox; /* Iomapped mailbox register */686 void __iomem *ioarrin; /* IOmapped IOARR IN register */688 struct pmcraid_interrupts int_regs;[all …]