Searched defs:scsi_device (Results 1 – 1 of 1) sorted by relevance
123111 struct scsi_device { struct123112 struct Scsi_Host *host;123113 struct request_queue *request_queue;123114 struct list_head siblings;123115 struct list_head same_target_siblings;123116 struct sbitmap budget_map;123117 atomic_t device_blocked;123118 atomic_t restarts;123119 spinlock_t list_lock;123120 struct list_head starved_entry;[all …]