Searched defs:scsi_device (Results 1 – 1 of 1) sorted by relevance
68 struct scsi_device { struct69 struct Scsi_Host *host;70 struct request_queue *request_queue;73 struct list_head siblings; /* list of all devices on this host */74 struct list_head same_target_siblings; /* just the devices sharing same target id */77 unsigned int device_busy; /* commands actually active on79 spinlock_t list_lock;80 struct list_head cmd_list; /* queue of in use SCSI Command structures */81 struct list_head starved_entry;82 struct scsi_cmnd *current_cmnd; /* currently active command */[all …]