Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h123730 struct scsi_device_handler { struct
123731 struct list_head list;
123732 struct module *module;
123733 const char *name;
123734 enum scsi_disposition (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *);
123735 int (*attach)(struct scsi_device *);
123736 void (*detach)(struct scsi_device *);
123737 int (*activate)(struct scsi_device *, activate_complete, void *);
123738 blk_status_t (*prep_fn)(struct scsi_device *, struct request *);
123739 int (*set_params)(struct scsi_device *, const char *);
[all …]