Adding upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
65508f0a28
commit
c0fbec1eb4
571 changed files with 10718 additions and 2738 deletions
|
@ -4,13 +4,14 @@
|
|||
|
||||
#include "ocp-hardware-component-log.h"
|
||||
#include "ocp-fw-activation-history.h"
|
||||
#include "ocp-smart-extended-log.h"
|
||||
#include "ocp-telemetry-decode.h"
|
||||
#include "ocp-nvme.h"
|
||||
|
||||
struct ocp_print_ops {
|
||||
void (*hwcomp_log)(struct hwcomp_log *log, __u32 id, bool list);
|
||||
void (*fw_act_history)(const struct fw_activation_history *fw_history);
|
||||
void (*smart_extended_log)(void *data);
|
||||
void (*smart_extended_log)(struct ocp_smart_extended_log *log, unsigned int version);
|
||||
void (*telemetry_log)(struct ocp_telemetry_parse_options *options);
|
||||
void (*c3_log)(struct nvme_dev *dev, struct ssd_latency_monitor_log *log_data);
|
||||
void (*c5_log)(struct nvme_dev *dev, struct unsupported_requirement_log *log_data);
|
||||
|
@ -36,7 +37,8 @@ static inline struct ocp_print_ops *ocp_get_json_print_ops(nvme_print_flags_t fl
|
|||
|
||||
void ocp_show_hwcomp_log(struct hwcomp_log *log, __u32 id, bool list, nvme_print_flags_t flags);
|
||||
void ocp_fw_act_history(const struct fw_activation_history *fw_history, nvme_print_flags_t flags);
|
||||
void ocp_smart_extended_log(void *data, nvme_print_flags_t flags);
|
||||
void ocp_smart_extended_log(struct ocp_smart_extended_log *log, unsigned int version,
|
||||
nvme_print_flags_t flags);
|
||||
void ocp_show_telemetry_log(struct ocp_telemetry_parse_options *options, nvme_print_flags_t flags);
|
||||
void ocp_c3_log(struct nvme_dev *dev, struct ssd_latency_monitor_log *log_data,
|
||||
nvme_print_flags_t flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue