Lines Matching defs:_adpt_hba
207 typedef struct _adpt_hba { struct
208 struct _adpt_hba *next; argument
209 struct pci_dev *pDev;
210 struct Scsi_Host *host;
211 u32 state;
212 spinlock_t state_lock;
213 int unit;
214 int host_no; /* SCSI host number */
215 u8 initialized;
216 u8 in_use; /* is the management node open*/
218 char name[32];
219 char detail[55];
221 void __iomem *base_addr_virt;
222 void __iomem *msg_addr_virt;
223 ulong base_addr_phys;
224 void __iomem *post_port;
225 void __iomem *reply_port;
226 void __iomem *irq_mask;
227 u16 post_count;
228 u32 post_fifo_size;
229 u32 reply_fifo_size;
230 u32* reply_pool;
231 dma_addr_t reply_pool_pa;
232 u32 sg_tablesize; // Scatter/Gather List Size.
233 u8 top_scsi_channel;
234 u8 top_scsi_id;
235 u8 top_scsi_lun;
236 u8 dma64;
238 i2o_status_block* status_block;
239 dma_addr_t status_block_pa;
240 i2o_hrt* hrt;
241 dma_addr_t hrt_pa;
242 i2o_lct* lct;
243 dma_addr_t lct_pa;
244 uint lct_size;
245 struct i2o_device* devices;
246 struct adpt_channel channel[MAX_CHANNEL];
247 struct proc_dir_entry* proc_entry; /* /proc dir */
249 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer
250 u32 FwDebugBufferSize; // FW Debug Buffer Size In Bytes
251 void __iomem *FwDebugStrLength_P;// Virtual Addr Of FW Debug String Len
252 void __iomem *FwDebugFlags_P; // Virtual Address Of FW Debug Flags
253 void __iomem *FwDebugBLEDflag_P;// Virtual Addr Of FW Debug BLED
254 void __iomem *FwDebugBLEDvalue_P;// Virtual Addr Of FW Debug BLED
255 u32 FwDebugFlags;
256 u32 *ioctl_reply_context[4];