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