Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_fw_commit_event - Firmware Commit Event Data

SYNOPSIS

struct nvme_fw_commit_event {
__le64 old_fw_rev;
__le64 new_fw_rev;
__u8 fw_commit_action;
__u8 fw_slot;
__u8 sct_fw;
__u8 sc_fw;
__le16 vndr_assign_fw_commit_rc;
};

Members

Old Firmware Revision
New Firmware Revision
Firmware Commit Action
Firmware Slot
Status Code Type for Firmware Commit Command
Status Returned for Firmware Commit Command
Vendor Assigned Firmware Commit Result Code
struct nvme_fw_commit_event February 2024