Lines Matching defs:scsi_info
193 struct scsi_info { struct
194 struct list_head list;
195 char eye[MAX_EYE];
198 struct list_head waiting_rsp;
218 u16 state;
219 int fast_fail;
220 struct target_dds dds;
221 char *cmd_pool;
223 struct list_head free_cmd;
225 struct list_head schedule_q;
227 struct list_head active_q;
228 caddr_t *map_buf;
230 dma_addr_t map_ioba;
232 int request_limit;
234 int credit;
236 int debit;
264 u32 flags;
266 spinlock_t intr_lock;
268 struct cmd_queue cmd_q;
270 u64 empty_iu_id;
272 u64 empty_iu_tag;
273 uint new_state;
274 uint resume_state;
276 struct timer_cb rsp_q_timer;
278 struct client_info client_data;
280 u32 client_cap;
288 u16 phyp_acr_state;
289 u32 phyp_acr_flags;
291 struct workqueue_struct *work_q;
292 struct completion wait_idle;
293 struct completion unconfig;
294 struct device dev;
295 struct vio_dev *dma_dev;
296 struct srp_target target;
297 struct ibmvscsis_tport tport;
298 struct tasklet_struct work_task;
299 struct work_struct proc_work;