Searched defs:scsi_host_template (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/include/scsi/ |
| D | scsi_host.h | 32 struct scsi_host_template { struct 33 struct module *module; 34 const char *name; 43 const char *(* info)(struct Scsi_Host *); 50 int (*ioctl)(struct scsi_device *dev, unsigned int cmd, 61 int (*compat_ioctl)(struct scsi_device *dev, unsigned int cmd, 65 int (*init_cmd_priv)(struct Scsi_Host *shost, struct scsi_cmnd *cmd); 66 int (*exit_cmd_priv)(struct Scsi_Host *shost, struct scsi_cmnd *cmd); 102 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *); 112 void (*commit_rqs)(struct Scsi_Host *, u16); [all …]
|
| /kernel/linux/linux-4.19/include/scsi/ |
| D | scsi_host.h | 50 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 …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | scsi_mid_low_api.rst | 1063 struct scsi_host_template for each class).
|