Searched defs:scsi_device_handler (Results 1 – 1 of 1) sorted by relevance
48 struct scsi_device_handler { struct50 struct list_head list; /* list of scsi_device_handlers */ argument53 struct module *module;54 const char *name;55 int (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *);56 int (*attach)(struct scsi_device *);57 void (*detach)(struct scsi_device *);58 int (*activate)(struct scsi_device *, activate_complete, void *);59 blk_status_t (*prep_fn)(struct scsi_device *, struct request *);60 int (*set_params)(struct scsi_device *, const char *);[all …]