Lines Matching defs:NCR5380_hostdata
257 struct NCR5380_hostdata { struct
259 struct Scsi_Host *host; /* Host backpointer */
260 unsigned char id_mask, id_higher_mask; /* 1 << id, all bits greater */
261 unsigned char targets_present; /* targets we have connected
264 volatile unsigned char busy[8]; /* index = target, bit = lun */
266 volatile int dma_len; /* requested length of DMA */
268 volatile unsigned char last_message; /* last message OUT */
269 volatile struct scsi_cmnd *connected; /* currently connected command */
270 volatile struct scsi_cmnd *issue_queue; /* waiting to be issued */
271 volatile struct scsi_cmnd *disconnected_queue; /* waiting for reconnect */
272 volatile int restart_select; /* we have disconnected,
275 volatile unsigned aborted:1; /* flag, says aborted */
276 int flags;
277 unsigned long time_expires; /* in jiffies, set prior to sleeping */
278 int select_time; /* timer in select for target response */
279 volatile struct scsi_cmnd *selecting;
280 struct delayed_work coroutine; /* our co-routine */
281 struct scsi_eh_save ses;
282 char info[256];
283 int read_overruns; /* number of bytes to cut from a
285 int retain_dma_intr;
286 struct work_struct main_task;
287 volatile int main_running;
289 struct tag_alloc TagAlloc[8][8]; /* 8 targets and 8 LUNs */
292 unsigned spin_max_r;
293 unsigned spin_max_w;