Searched defs:scsi_host_template (Results 1 – 1 of 1) sorted by relevance
50 struct scsi_host_template { struct51 struct module *module;52 const char *name;61 const char *(* info)(struct Scsi_Host *);68 int (* ioctl)(struct scsi_device *dev, int cmd, void __user *arg);78 int (* compat_ioctl)(struct scsi_device *dev, int cmd, void __user *arg);113 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);133 int (* eh_abort_handler)(struct scsi_cmnd *);134 int (* eh_device_reset_handler)(struct scsi_cmnd *);135 int (* eh_target_reset_handler)(struct scsi_cmnd *);[all …]