Lines Matching defs:aac_dev
1527 struct aac_dev struct
1529 struct list_head entry;
1530 const char *name;
1531 int id;
1536 unsigned int max_fib_size;
1537 unsigned int sg_tablesize;
1538 unsigned int max_num_aif;
1540 unsigned int max_cmd_size; /* max_fib_size or MAX_NATIVE */
1545 dma_addr_t hw_fib_pa; /* also used for native cmd */
1546 struct hw_fib *hw_fib_va; /* also used for native cmd */
1547 struct hw_fib *aif_base_va;
1551 struct fib *fibs;
1553 struct fib *free_fib;
1554 spinlock_t fib_lock;
1556 struct mutex ioctl_mutex;
1557 struct mutex scan_mutex;
1558 struct aac_queue_block *queues;
1566 struct list_head fib_list;
1568 struct adapter_ops a_ops;
1569 unsigned long fsrev; /* Main driver's revision number */
1571 resource_size_t base_start; /* main IO base */
1572 resource_size_t dbg_base; /* address of UART
1575 resource_size_t base_size, dbg_size; /* Size of
1581 union aac_init *init;
1582 dma_addr_t init_pa; /* Holds physical address of the init struct */
1584 __le32 *host_rrq;
1585 dma_addr_t host_rrq_pa; /* phys. address */
1587 u32 host_rrq_idx[AAC_MAX_MSIX];
1588 atomic_t rrq_outstanding[AAC_MAX_MSIX];
1589 u32 fibs_pushed_no;
1590 struct pci_dev *pdev; /* Our PCI interface */
1592 void *printfbuf;
1593 void *comm_addr; /* Base address of Comm area */
1594 dma_addr_t comm_phys; /* Physical Address of Comm area */
1595 size_t comm_size;
1597 struct Scsi_Host *scsi_host_ptr;
1598 int maximum_num_containers;
1599 int maximum_num_physicals;
1600 int maximum_num_channels;
1601 struct fsa_dev_info *fsa_dev;
1602 struct task_struct *thread;
1603 struct delayed_work safw_rescan_work;
1604 int cardtype;
1609 spinlock_t iq_lock;
1622 {
1630 } regs;
1631 volatile void __iomem *base, *dbg_base_mapped;
1632 volatile struct rx_inbound __iomem *IndexRegs;
1633 u32 OIMR; /* Mask Register Cache */
1637 u32 aif_thread;
1638 struct aac_adapter_info adapter_info;
1639 struct aac_supplement_adapter_info supplement_adapter_info;
1643 u8 nondasd_support;
1644 u8 jbod;
1645 u8 cache_protected;
1646 u8 dac_support;
1647 u8 needs_dac;
1648 u8 raid_scsi_mode;
1649 u8 comm_interface;
1650 u8 raw_io_interface;
1651 u8 raw_io_64;
1652 u8 printf_enabled;
1653 u8 in_reset;
1654 u8 in_soft_reset;
1655 u8 msi;
1656 u8 sa_firmware;
1657 int management_fib_count;
1658 spinlock_t manage_lock;
1659 spinlock_t sync_lock;
1660 int sync_mode;
1661 struct fib *sync_fib;
1662 struct list_head sync_fib_list;
1663 u32 doorbell_mask;
1664 u32 max_msix; /* max. MSI-X vectors */
1665 u32 vector_cap; /* MSI-X vector capab.*/
1666 int msi_enabled; /* MSI/MSI-X enabled */
1667 atomic_t msix_counter;
1668 u32 scan_counter;
1669 struct msix_entry msixentry[AAC_MAX_MSIX];
1670 struct aac_msix_ctx aac_msix[AAC_MAX_MSIX]; /* context */
1671 struct aac_hba_map_info hba_map[AAC_MAX_BUSES][AAC_MAX_TARGETS];
1672 struct aac_ciss_phys_luns_resp *safw_phys_luns;
1673 u8 adapter_shutdown;
1674 u32 handle_pci_error;
1675 bool init_reset;