Home
last modified time | relevance | path

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

/linux/include/scsi/
H A 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 …]
/linux/drivers/scsi/
H A Dscsi.c862 void (*fn)(struct scsi_device *, void *)) in starget_for_each_device()
890 void (*fn)(struct scsi_device *, void *)) in __starget_for_each_device()
H A Dscsi_transport_spi.c751 (*compare_fn)(struct scsi_device *, u8 *, u8 *, int)) in spi_dv_retrain()