Home
last modified time | relevance | path

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

/include/scsi/
Dscsi_host.h50 struct scsi_host_template { struct
60 int (* detect)(struct scsi_host_template *); argument
67 int (* release)(struct Scsi_Host *);
76 const char *(* info)(struct Scsi_Host *);
83 int (* ioctl)(struct scsi_device *dev, int cmd, void __user *arg);
93 int (* compat_ioctl)(struct scsi_device *dev, int cmd, void __user *arg);
128 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);
148 int (* eh_abort_handler)(struct scsi_cmnd *);
149 int (* eh_device_reset_handler)(struct scsi_cmnd *);
150 int (* eh_target_reset_handler)(struct scsi_cmnd *);
[all …]