Searched defs:scsi_device (Results 1 – 2 of 2) sorted by relevance
83 struct scsi_device { struct84 struct Scsi_Host *host;85 struct request_queue *request_queue;88 struct list_head siblings; /* list of all devices on this host */89 struct list_head same_target_siblings; /* just the devices sharing same target id */91 atomic_t device_busy; /* commands actually active on LLDD */92 atomic_t device_blocked; /* Device returned QUEUE_FULL. */94 spinlock_t list_lock;95 struct list_head cmd_list; /* queue of in use SCSI Command structures */96 struct list_head starved_entry;[all …]
50 struct scsi_device *scsi_device; member