Lines Matching defs:aac_dev

1529 struct aac_dev  struct
1531 struct list_head entry;
1532 const char *name;
1533 int id;
1538 unsigned int max_fib_size;
1539 unsigned int sg_tablesize;
1540 unsigned int max_num_aif;
1542 unsigned int max_cmd_size; /* max_fib_size or MAX_NATIVE */
1547 dma_addr_t hw_fib_pa; /* also used for native cmd */
1548 struct hw_fib *hw_fib_va; /* also used for native cmd */
1549 struct hw_fib *aif_base_va;
1553 struct fib *fibs;
1555 struct fib *free_fib;
1556 spinlock_t fib_lock;
1558 struct mutex ioctl_mutex;
1559 struct mutex scan_mutex;
1560 struct aac_queue_block *queues;
1568 struct list_head fib_list;
1570 struct adapter_ops a_ops;
1571 unsigned long fsrev; /* Main driver's revision number */
1573 resource_size_t base_start; /* main IO base */
1574 resource_size_t dbg_base; /* address of UART
1577 resource_size_t base_size, dbg_size; /* Size of
1583 union aac_init *init;
1584 dma_addr_t init_pa; /* Holds physical address of the init struct */
1586 __le32 *host_rrq;
1587 dma_addr_t host_rrq_pa; /* phys. address */
1589 u32 host_rrq_idx[AAC_MAX_MSIX];
1590 atomic_t rrq_outstanding[AAC_MAX_MSIX];
1591 u32 fibs_pushed_no;
1592 struct pci_dev *pdev; /* Our PCI interface */
1594 void *printfbuf;
1595 void *comm_addr; /* Base address of Comm area */
1596 dma_addr_t comm_phys; /* Physical Address of Comm area */
1597 size_t comm_size;
1599 struct Scsi_Host *scsi_host_ptr;
1600 int maximum_num_containers;
1601 int maximum_num_physicals;
1602 int maximum_num_channels;
1603 struct fsa_dev_info *fsa_dev;
1604 struct task_struct *thread;
1605 struct delayed_work safw_rescan_work;
1606 struct delayed_work src_reinit_aif_worker;
1607 int cardtype;
1612 spinlock_t iq_lock;
1625 {
1633 } regs;
1634 volatile void __iomem *base, *dbg_base_mapped;
1635 volatile struct rx_inbound __iomem *IndexRegs;
1636 u32 OIMR; /* Mask Register Cache */
1640 u32 aif_thread;
1641 struct aac_adapter_info adapter_info;
1642 struct aac_supplement_adapter_info supplement_adapter_info;
1646 u8 nondasd_support;
1647 u8 jbod;
1648 u8 cache_protected;
1649 u8 dac_support;
1650 u8 needs_dac;
1651 u8 raid_scsi_mode;
1652 u8 comm_interface;
1653 u8 raw_io_interface;
1654 u8 raw_io_64;
1655 u8 printf_enabled;
1656 u8 in_reset;
1657 u8 in_soft_reset;
1658 u8 msi;
1659 u8 sa_firmware;
1660 int management_fib_count;
1661 spinlock_t manage_lock;
1662 spinlock_t sync_lock;
1663 int sync_mode;
1664 struct fib *sync_fib;
1665 struct list_head sync_fib_list;
1666 u32 doorbell_mask;
1667 u32 max_msix; /* max. MSI-X vectors */
1668 u32 vector_cap; /* MSI-X vector capab.*/
1669 int msi_enabled; /* MSI/MSI-X enabled */
1670 atomic_t msix_counter;
1671 u32 scan_counter;
1672 struct msix_entry msixentry[AAC_MAX_MSIX];
1673 struct aac_msix_ctx aac_msix[AAC_MAX_MSIX]; /* context */
1674 struct aac_hba_map_info hba_map[AAC_MAX_BUSES][AAC_MAX_TARGETS];
1675 struct aac_ciss_phys_luns_resp *safw_phys_luns;
1676 u8 adapter_shutdown;
1677 u32 handle_pci_error;
1678 bool init_reset;
1679 u8 soft_reset_support;