Searched defs:NCR5380_hostdata (Results 1 – 1 of 1) sorted by relevance
257 struct NCR5380_hostdata { struct259 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 connected264 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 */[all …]