Searched defs:scsi_device (Results 1 - 2 of 2) sorted by relevance

/include/scsi/
H A Dosd_initiator.h21 #include <scsi/scsi_device.h>
50 struct scsi_device *scsi_device; member in struct:osd_dev
82 void osd_dev_init(struct osd_dev *od, struct scsi_device *scsi_device);
105 return od->scsi_device->request_queue;
H A Dscsi_device.h68 struct scsi_device { struct
195 int (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *);
196 int (*attach)(struct scsi_device *);
197 void (*detach)(struct scsi_device *);
198 int (*activate)(struct scsi_device *, activate_complete, void *);
199 int (*prep_fn)(struct scsi_device *, struct request *);
200 int (*set_params)(struct scsi_device *, const char *);
201 bool (*match)(struct scsi_device *);
206 struct scsi_device *sdev;
212 container_of(d, struct scsi_device, sdev_gende
[all...]

Completed in 51 milliseconds