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