1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_id_ctrl_oaes - Optional Asynchronous Events Supported
7
9 enum nvme_id_ctrl_oaes {
10 NVME_CTRL_OAES_NA ,
11 NVME_CTRL_OAES_FA ,
12 NVME_CTRL_OAES_ANA ,
13 NVME_CTRL_OAES_PLEA ,
14 NVME_CTRL_OAES_LBAS ,
15 NVME_CTRL_OAES_EGE ,
16 NVME_CTRL_OAES_NS ,
17 NVME_CTRL_OAES_ZD ,
18 NVME_CTRL_OAES_DL
19
20 };
21
23 NVME_CTRL_OAES_NA
24 Namespace Attribute Notices event supported
25
26 NVME_CTRL_OAES_FA
27 Firmware Activation Notices event supported
28
29 NVME_CTRL_OAES_ANA
30 ANA Change Notices supported
31
32 NVME_CTRL_OAES_PLEA
33 Predictable Latency Event Aggregate Log Change Notices
34 event supported
35
36 NVME_CTRL_OAES_LBAS
37 LBA Status Information Notices event supported
38
39 NVME_CTRL_OAES_EGE
40 Endurance Group Events Aggregate Log Change Notices event
41 supported
42
43 NVME_CTRL_OAES_NS
44 Normal NVM Subsystem Shutdown event supported
45
46 NVME_CTRL_OAES_ZD
47 Zone Descriptor Change Notifications supported
48
49 NVME_CTRL_OAES_DL
50 Discover Log Page Change Notifications supported
51
52
53
54April 2023 enum nvme_id_ctrl_oaes libnvme(9)