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