Lines Matching defs:aac_dev
753 struct aac_dev struct
755 struct aac_dev *next; argument
756 const char *name;
757 int id;
759 u16 irq_mask;
763 dma_addr_t hw_fib_pa;
764 struct hw_fib *hw_fib_va;
765 struct hw_fib *aif_base_va;
769 struct fib *fibs;
771 struct fib *free_fib;
772 struct fib *timeout_fib;
773 spinlock_t fib_lock;
775 struct aac_queue_block *queues;
783 struct list_head fib_list;
785 struct adapter_ops a_ops;
786 unsigned long fsrev; /* Main driver's revision number */
788 struct aac_init *init; /* Holds initialization info to communicate with adapter */
789 dma_addr_t init_pa; /* Holds physical address of the init struct */
791 struct pci_dev *pdev; /* Our PCI interface */
792 void * printfbuf; /* pointer to buffer used for printf's from the adapter */
793 void * comm_addr; /* Base address of Comm area */
794 dma_addr_t comm_phys; /* Physical Address of Comm area */
795 size_t comm_size;
797 struct Scsi_Host *scsi_host_ptr;
798 struct fsa_scsi_hba fsa_dev;
799 pid_t thread_pid;
800 int cardtype;
806 {
809 } regs;
813 u32 devnum;
814 u32 aif_thread;
815 struct completion aif_completion;
816 struct aac_adapter_info adapter_info;
820 u8 nondasd_support;
821 u8 pae_support;
822 u8 raid_scsi_mode;