Searched defs:scsi_device (Results 1 – 3 of 3) sorted by relevance
104 struct scsi_device { struct105 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 …]
862 void (*fn)(struct scsi_device *, void *)) in starget_for_each_device()890 void (*fn)(struct scsi_device *, void *)) in __starget_for_each_device()
751 (*compare_fn)(struct scsi_device *, u8 *, u8 *, int)) in spi_dv_retrain()