1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_firmware_slot - Firmware Slot Information Log
7
SYNOPSIS
9struct nvme_firmware_slot {
10__u8 afi;
11__u8 rsvd1[7];
12char frs[7][8];
13__u8 rsvd2[448];
14};
1516
Members
18afi Active Firmware Info
1920
rsvd1 Reserved
2122
frs Firmware Revision for Slot
2324
rsvd2 Reserved
2526
27
28
October 2023 struct nvme_firmware_slot libnvme(9)