Lines Matching defs:scsi_info
202 struct scsi_info { struct
203 struct list_head list;
204 char eye[MAX_EYE];
207 struct list_head waiting_rsp;
227 u16 state;
228 int fast_fail;
229 struct target_dds dds;
230 char *cmd_pool;
232 struct list_head free_cmd;
234 struct list_head schedule_q;
236 struct list_head active_q;
237 caddr_t *map_buf;
239 dma_addr_t map_ioba;
241 int request_limit;
243 int credit;
245 int debit;
273 u32 flags;
275 spinlock_t intr_lock;
277 struct cmd_queue cmd_q;
279 u64 empty_iu_id;
281 u64 empty_iu_tag;
282 uint new_state;
283 uint resume_state;
285 struct timer_cb rsp_q_timer;
287 struct client_info client_data;
289 u32 client_cap;
297 u16 phyp_acr_state;
298 u32 phyp_acr_flags;
300 struct workqueue_struct *work_q;
301 struct completion wait_idle;
302 struct completion unconfig;
303 struct device dev;
304 struct vio_dev *dma_dev;
305 struct srp_target target;
306 struct ibmvscsis_tport tport;
307 struct tasklet_struct work_task;
308 struct work_struct proc_work;