Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h123427 struct scsi_host_template { struct
123428 unsigned int cmd_size;
123429 int (*queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);
123430 void (*commit_rqs)(struct Scsi_Host *, u16);
123431 struct module *module;
123432 const char *name;
123433 const char * (*info)(struct Scsi_Host *);
123434 int (*ioctl)(struct scsi_device *, unsigned int, void *);
123435 int (*compat_ioctl)(struct scsi_device *, unsigned int, void *);
123436 int (*init_cmd_priv)(struct Scsi_Host *, struct scsi_cmnd *);
[all …]