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