Searched defs:scsi_device (Results 1 – 7 of 7) sorted by relevance
77 struct scsi_device { struct78 struct Scsi_Host *host;79 struct request_queue *request_queue;82 struct list_head siblings; /* list of all devices on this host */83 struct list_head same_target_siblings; /* just the devices sharing same target id */85 atomic_t device_busy; /* commands actually active on LLDD */86 atomic_t device_blocked; /* Device returned QUEUE_FULL. */88 spinlock_t list_lock;89 struct list_head cmd_list; /* queue of in use SCSI Command structures */90 struct list_head starved_entry;[all …]
50 struct scsi_device *scsi_device; member
374 struct scsi_device *scsi_device = oud->od.scsi_device; in __detect_osd() local398 struct scsi_device *scsi_device = oud->od.scsi_device; in __remove() local420 struct scsi_device *scsi_device = to_scsi_device(dev); in osd_probe() local523 struct scsi_device *scsi_device = to_scsi_device(dev); in osd_remove() local
380 void osd_dev_init(struct osd_dev *osdd, struct scsi_device *scsi_device) in osd_dev_init()1582 struct scsi_device *scsi_device = or->osd_dev->scsi_device; in _init_blk_request() local
980 void (*fn)(struct scsi_device *, void *)) in starget_for_each_device()1008 void (*fn)(struct scsi_device *, void *)) in __starget_for_each_device()
761 (*compare_fn)(struct scsi_device *, u8 *, u8 *, int)) in spi_dv_retrain()
3903 static int dc395x_slave_alloc(struct scsi_device *scsi_device) in dc395x_slave_alloc()3923 static void dc395x_slave_destroy(struct scsi_device *scsi_device) in dc395x_slave_destroy()