Searched defs:sas_function_template (Results 1 – 1 of 1) sorted by relevance
173 struct sas_function_template { struct174 int (*get_linkerrors)(struct sas_phy *);175 int (*get_enclosure_identifier)(struct sas_rphy *, u64 *);176 int (*get_bay_identifier)(struct sas_rphy *);177 int (*phy_reset)(struct sas_phy *, int);178 int (*phy_enable)(struct sas_phy *, int);179 int (*phy_setup)(struct sas_phy *);180 void (*phy_release)(struct sas_phy *);181 int (*set_phy_speed)(struct sas_phy *, struct sas_phy_linkrates *);182 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,