Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_transport_spi.h94 struct spi_function_template { struct
95 void (*get_period)(struct scsi_target *);
97 void (*get_offset)(struct scsi_target *);
99 void (*get_width)(struct scsi_target *);
101 void (*get_iu)(struct scsi_target *);
102 void (*set_iu)(struct scsi_target *, int);
103 void (*get_dt)(struct scsi_target *);
104 void (*set_dt)(struct scsi_target *, int);
105 void (*get_qas)(struct scsi_target *);
111 void (*get_rti)(struct scsi_target *);
[all …]