Home
last modified time | relevance | path

Searched defs:scsi_device (Results 1 – 1 of 1) sorted by relevance

/include/scsi/
Dscsi_device.h101 struct scsi_device { struct
102 struct Scsi_Host *host;
103 struct request_queue *request_queue;
106 struct list_head siblings; /* list of all devices on this host */
107 struct list_head same_target_siblings; /* just the devices sharing same target id */
109 atomic_t device_busy; /* commands actually active on LLDD */
110 atomic_t device_blocked; /* Device returned QUEUE_FULL. */
112 spinlock_t list_lock;
113 struct list_head cmd_list; /* queue of in use SCSI Command structures */
114 struct list_head starved_entry;
[all …]