Searched defs:sas_function_template (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/scsi/ |
| D | scsi_transport_sas.h | 173 struct sas_function_template { struct 174 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 *,
|
| /kernel/linux/linux-6.6/include/scsi/ |
| D | scsi_transport_sas.h | 174 struct sas_function_template { struct 175 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 *,
|