From 727de41af97db70722cfc1898ebb027b9e339969 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Nov 2021 08:04:31 +0100 Subject: Adding upstream version 1.16. Signed-off-by: Daniel Baumann --- nvme-print.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nvme-print.h') diff --git a/nvme-print.h b/nvme-print.h index 08be8f2..15b9d2a 100644 --- a/nvme-print.h +++ b/nvme-print.h @@ -16,6 +16,9 @@ void __nvme_show_id_ctrl(struct nvme_id_ctrl *ctrl, unsigned int mode, void nvme_show_id_ctrl(struct nvme_id_ctrl *ctrl, unsigned int mode); void nvme_show_id_ns(struct nvme_id_ns *ns, unsigned int nsid, enum nvme_print_flags flags); +void nvme_show_cmd_set_independent_id_ns( + struct nvme_cmd_set_independent_id_ns *ns, unsigned int nsid, + enum nvme_print_flags flags); void nvme_show_resv_report(struct nvme_reservation_status *status, int bytes, __u32 cdw11, enum nvme_print_flags flags); void nvme_show_lba_range(struct nvme_lba_range_type *lbrt, int nr_ranges); @@ -30,6 +33,8 @@ void nvme_show_self_test_log(struct nvme_self_test_log *self_test, __u8 dst_entr void nvme_show_fw_log(struct nvme_firmware_log_page *fw_log, const char *devname, enum nvme_print_flags flags); void nvme_show_effects_log(struct nvme_effects_log_page *effects, unsigned int flags); +void nvme_show_supported_log(struct nvme_support_log_pages *support, + const char *devname, enum nvme_print_flags flags); void nvme_show_changed_ns_list_log(struct nvme_changed_ns_list_log *log, const char *devname, enum nvme_print_flags flags); void nvme_show_endurance_log(struct nvme_endurance_group_log *endurance_log, @@ -65,6 +70,10 @@ void nvme_show_lba_status_log(void *lba_status, __u32 size, const char *devname, enum nvme_print_flags flags); void nvme_show_resv_notif_log(struct nvme_resv_notif_log *resv, const char *devname, enum nvme_print_flags flags); +void nvme_show_boot_part_log(void *bp_log, const char *devname, + __u32 size, enum nvme_print_flags flags); +void nvme_show_fid_support_effects_log(struct nvme_fid_support_effects *fid_log, + const char *devname, enum nvme_print_flags flags); void nvme_show_ctrl_registers(void *bar, bool fabrics, enum nvme_print_flags flags); void nvme_show_single_property(int offset, uint64_t prop, int human); void nvme_show_id_ns_descs(void *data, unsigned nsid, enum nvme_print_flags flags); @@ -89,6 +98,8 @@ void nvme_show_list_ctrl(struct nvme_controller_list *ctrl_list, void nvme_show_list_ns(__u32 *ns_list, enum nvme_print_flags flags); void nvme_show_id_domain_list(struct nvme_id_domain_list *id_dom, enum nvme_print_flags flags); +void nvme_show_endurance_group_list(struct nvme_endurance_group_list *endgrp_list, + enum nvme_print_flags flags); void nvme_feature_show_fields(enum nvme_feat fid, unsigned int result, unsigned char *buf); void nvme_directive_show(__u8 type, __u8 oper, __u16 spec, __u32 nsid, __u32 result, -- cgit v1.2.3