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