struct nvme_fw_commit_event - Firmware Commit Event Data
Contents
Members
old_fw_rev Old Firmware Revision
new_fw_rev New Firmware Revision
fw_commit_action
Firmware Commit Action
fw_slot Firmware Slot
sct_fw Status Code Type for Firmware Commit Command
sc_fw Status Returned for Firmware Commit Command
vndr_assign_fw_commit_rc
Vendor Assigned Firmware Commit Result Code
August 2025 struct nvme_fw_commit_event libnvme(2)
Name
struct nvme_fw_commit_event - Firmware Commit Event Data
Synopsis
struct nvme_fw_commit_event {
__le64old_fw_rev;__le64new_fw_rev;__u8fw_commit_action;__u8fw_slot;__u8sct_fw;__u8sc_fw;__le16vndr_assign_fw_commit_rc;
};
