Home
last modified time | relevance | path

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

/include/scsi/
Dscsi_device.h96 struct scsi_device { struct
97 struct Scsi_Host *host;
98 struct request_queue *request_queue;
101 struct list_head siblings; /* list of all devices on this host */
102 struct list_head same_target_siblings; /* just the devices sharing same target id */
104 atomic_t device_busy; /* commands actually active on LLDD */
105 atomic_t device_blocked; /* Device returned QUEUE_FULL. */
107 spinlock_t list_lock;
108 struct list_head cmd_list; /* queue of in use SCSI Command structures */
109 struct list_head starved_entry;
[all …]
Dosd_initiator.h50 struct scsi_device *scsi_device; member