Searched defs:scsi_host_template (Results 1 – 1 of 1) sorted by relevance
45 struct scsi_host_template { struct46 struct module *module;47 const char *name;56 const char *(* info)(struct Scsi_Host *);63 int (*ioctl)(struct scsi_device *dev, unsigned int cmd,74 int (*compat_ioctl)(struct scsi_device *dev, unsigned int cmd,112 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);122 void (*commit_rqs)(struct Scsi_Host *, u16);142 int (* eh_abort_handler)(struct scsi_cmnd *);143 int (* eh_device_reset_handler)(struct scsi_cmnd *);[all …]