1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct nvme_fw_commit_event - Firmware Commit Event Data
7

SYNOPSIS

9       struct nvme_fw_commit_event {
10           __le64 old_fw_rev;
11           __le64 new_fw_rev;
12           __u8 fw_commit_action;
13           __u8 fw_slot;
14           __u8 sct_fw;
15           __u8 sc_fw;
16           __le16 vndr_assign_fw_commit_rc;
17        };
18
19

Members

21       old_fw_rev  Old Firmware Revision
22
23       new_fw_rev  New Firmware Revision
24
25       fw_commit_action
26                   Firmware Commit Action
27
28       fw_slot     Firmware Slot
29
30       sct_fw      Status Code Type for Firmware Commit Command
31
32       sc_fw       Status Returned for Firmware Commit Command
33
34       vndr_assign_fw_commit_rc
35                   Vendor Assigned Firmware Commit Result Code
36
37
38
39November 2022             struct nvme_fw_commit_event               libnvme(9)
Impressum