Searched defs:NCR5380_hostdata (Results 1 – 1 of 1) sorted by relevance
255 struct NCR5380_hostdata { struct257 struct Scsi_Host *host; /* Host backpointer */258 unsigned char id_mask, id_higher_mask; /* 1 << id, all bits greater */259 unsigned char targets_present; /* targets we have connected262 volatile unsigned char busy[8]; /* index = target, bit = lun */264 volatile int dma_len; /* requested length of DMA */266 volatile unsigned char last_message; /* last message OUT */267 volatile Scsi_Cmnd *connected; /* currently connected command */268 volatile Scsi_Cmnd *issue_queue; /* waiting to be issued */269 volatile Scsi_Cmnd *disconnected_queue; /* waiting for reconnect */[all …]