Home
last modified time | relevance | path

Searched defs:scsi_host_template (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/scsi/
Dscsi_host.h50 struct scsi_host_template { struct
51 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 …]