Searched defs:scsi_device (Results 1 – 5 of 5) sorted by relevance
107 struct scsi_device { struct108 struct Scsi_Host *host;109 struct request_queue *request_queue;112 struct list_head siblings; /* list of all devices on this host */113 struct list_head same_target_siblings; /* just the devices sharing same target id */115 struct sbitmap budget_map;116 atomic_t device_blocked; /* Device returned QUEUE_FULL. */118 atomic_t restarts;119 spinlock_t list_lock;120 struct list_head starved_entry;[all …]
632 void (*fn)(struct scsi_device *, void *)) in starget_for_each_device()660 void (*fn)(struct scsi_device *, void *)) in __starget_for_each_device()
3724 static int dc395x_slave_alloc(struct scsi_device *scsi_device) in dc395x_slave_alloc()3744 static void dc395x_slave_destroy(struct scsi_device *scsi_device) in dc395x_slave_destroy()
751 (*compare_fn)(struct scsi_device *, u8 *, u8 *, int)) in spi_dv_retrain()
6144 struct pqi_scsi_dev *scsi_device; in pqi_fail_io_queued_for_device() local