Searched defs:sas_function_template (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 43971 struct sas_function_template { struct 43972 int (*get_linkerrors)(struct sas_phy *); 43973 int (*get_enclosure_identifier)(struct sas_rphy *, u64 *); 43974 int (*get_bay_identifier)(struct sas_rphy *); 43975 int (*phy_reset)(struct sas_phy *, int); 43976 int (*phy_enable)(struct sas_phy *, int); 43977 int (*phy_setup)(struct sas_phy *); 43978 void (*phy_release)(struct sas_phy *); 43979 int (*set_phy_speed)(struct sas_phy *, struct sas_phy_linkrates *); 43980 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *, struct sas_rphy *);
|
H A D | vmlinux_602.h | 43971 struct sas_function_template { struct 43972 int (*get_linkerrors)(struct sas_phy *); 43973 int (*get_enclosure_identifier)(struct sas_rphy *, u64 *); 43974 int (*get_bay_identifier)(struct sas_rphy *); 43975 int (*phy_reset)(struct sas_phy *, int); 43976 int (*phy_enable)(struct sas_phy *, int); 43977 int (*phy_setup)(struct sas_phy *); 43978 void (*phy_release)(struct sas_phy *); 43979 int (*set_phy_speed)(struct sas_phy *, struct sas_phy_linkrates *); 43980 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *, struct sas_rphy *);
|