Searched defs:scsi_host_template (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 82755 struct scsi_host_template { struct 82756 struct module *module; 82757 const char *name; 82758 const char * (*info)(struct Scsi_Host *); 82759 int (*ioctl)(struct scsi_device *, unsigned int, void *); 82760 int (*compat_ioctl)(struct scsi_device *, unsigned int, void *); 82761 int (*queuecommand)(struct Scsi_Host *, struct scsi_cmnd *); 82762 void (*commit_rqs)(struct Scsi_Host *, u16); 82763 int (*eh_abort_handler)(struct scsi_cmnd *); 82764 int (*eh_device_reset_handler)(struct scsi_cmnd *); [all …]
|
| D | vmlinux.h | 82755 struct scsi_host_template { struct 82756 struct module *module; 82757 const char *name; 82758 const char * (*info)(struct Scsi_Host *); 82759 int (*ioctl)(struct scsi_device *, unsigned int, void *); 82760 int (*compat_ioctl)(struct scsi_device *, unsigned int, void *); 82761 int (*queuecommand)(struct Scsi_Host *, struct scsi_cmnd *); 82762 void (*commit_rqs)(struct Scsi_Host *, u16); 82763 int (*eh_abort_handler)(struct scsi_cmnd *); 82764 int (*eh_device_reset_handler)(struct scsi_cmnd *); [all …]
|