1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_st_valid_diag_info - Valid Diagnostic Information
7
9 enum nvme_st_valid_diag_info {
10 NVME_ST_VALID_DIAG_INFO_NSID ,
11 NVME_ST_VALID_DIAG_INFO_FLBA ,
12 NVME_ST_VALID_DIAG_INFO_SCT ,
13 NVME_ST_VALID_DIAG_INFO_SC
14
15 };
16
18 NVME_ST_VALID_DIAG_INFO_NSID
19 NSID Valid: if set, then the contents of the Namespace
20 Identifier field are valid.
21
22 NVME_ST_VALID_DIAG_INFO_FLBA
23 FLBA Valid: if set, then the contents of the Failing LBA
24 field are valid.
25
26 NVME_ST_VALID_DIAG_INFO_SCT
27 SCT Valid: if set, then the contents of the Status Code
28 Type field are valid.
29
30 NVME_ST_VALID_DIAG_INFO_SC
31 SC Valid: if set, then the contents of the Status Code
32 field are valid.
33
34
35
36April 2023 enum nvme_st_valid_diag_info libnvme(9)