Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_device.h102 struct scsi_device { struct
103 struct Scsi_Host *host;
104 struct request_queue *request_queue;
107 struct list_head siblings; /* list of all devices on this host */
108 struct list_head same_target_siblings; /* just the devices sharing same target id */
110 atomic_t device_busy; /* commands actually active on LLDD */
111 atomic_t device_blocked; /* Device returned QUEUE_FULL. */
113 atomic_t restarts;
114 spinlock_t list_lock;
115 struct list_head starved_entry;
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi.c591 void (*fn)(struct scsi_device *, void *)) in starget_for_each_device()
619 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()
H A Ddc395x.c3770 static int dc395x_slave_alloc(struct scsi_device *scsi_device) in dc395x_slave_alloc()
3790 static void dc395x_slave_destroy(struct scsi_device *scsi_device) in dc395x_slave_destroy()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5473 struct pqi_scsi_dev *scsi_device; in pqi_fail_io_queued_for_device() local