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