Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dpmcraid.h671 struct pmcraid_instance { struct
675 struct pmcraid_resource_entry *res_entries;
677 struct list_head free_res_q; /* res_entries lists for easy lookup */
678 struct list_head used_res_q; /* List of to be exposed resources */
679 spinlock_t resource_lock; /* spinlock to protect resource list */
681 void __iomem *mapped_dma_addr;
682 void __iomem *ioa_status; /* Iomapped IOA status register */
683 void __iomem *mailbox; /* Iomapped mailbox register */
684 void __iomem *ioarrin; /* IOmapped IOARR IN register */
686 struct pmcraid_interrupts int_regs;
[all …]