Home
last modified time | relevance | path

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

/include/scsi/
Dscsi_device.h104 struct scsi_device { struct
105 struct Scsi_Host *host;
106 struct request_queue *request_queue;
109 struct list_head siblings; /* list of all devices on this host */
110 struct list_head same_target_siblings; /* just the devices sharing same target id */
112 struct sbitmap budget_map;
113 atomic_t device_blocked; /* Device returned QUEUE_FULL. */
115 atomic_t restarts;
116 spinlock_t list_lock;
117 struct list_head starved_entry;
[all …]