Home
last modified time | relevance | path

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

/linux-3.4.99/include/scsi/
Dscsi_host.h52 struct scsi_host_template { struct
62 int (* detect)(struct scsi_host_template *); argument
69 int (* release)(struct Scsi_Host *);
78 const char *(* info)(struct Scsi_Host *);
85 int (* ioctl)(struct scsi_device *dev, int cmd, void __user *arg);
95 int (* compat_ioctl)(struct scsi_device *dev, int cmd, void __user *arg);
130 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);
150 int (* transfer_response)(struct scsi_cmnd *,
171 int (* eh_abort_handler)(struct scsi_cmnd *);
172 int (* eh_device_reset_handler)(struct scsi_cmnd *);
[all …]