Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi_host.h49 struct scsi_host_template { struct
59 int (* detect)(struct scsi_host_template *); argument
66 int (* release)(struct Scsi_Host *);
75 const char *(* info)(struct Scsi_Host *);
82 int (* ioctl)(struct scsi_device *dev, int cmd, void __user *arg);
92 int (* compat_ioctl)(struct scsi_device *dev, int cmd, void __user *arg);
127 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);
147 int (* eh_abort_handler)(struct scsi_cmnd *);
148 int (* eh_device_reset_handler)(struct scsi_cmnd *);
149 int (* eh_target_reset_handler)(struct scsi_cmnd *);
[all …]