summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_pmrsts.2
blob: d19836826e6d0a7cde1a12216ff6af45d05eb2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH "libnvme" 9 "enum nvme_pmrsts" "May 2024" "API Manual" LINUX
.SH NAME
enum nvme_pmrsts \- This field indicates the persistent memory region status
.SH SYNOPSIS
enum nvme_pmrsts {
.br
.BI "    NVME_PMRSTS_ERR_SHIFT"
, 
.br
.br
.BI "    NVME_PMRSTS_NRDY_SHIFT"
, 
.br
.br
.BI "    NVME_PMRSTS_HSTS_SHIFT"
, 
.br
.br
.BI "    NVME_PMRSTS_CBAI_SHIFT"
, 
.br
.br
.BI "    NVME_PMRSTS_ERR_MASK"
, 
.br
.br
.BI "    NVME_PMRSTS_NRDY_MASK"
, 
.br
.br
.BI "    NVME_PMRSTS_HSTS_MASK"
, 
.br
.br
.BI "    NVME_PMRSTS_CBAI_MASK"

};
.SH Constants
.IP "NVME_PMRSTS_ERR_SHIFT" 12
Shift amount to get the error
.IP "NVME_PMRSTS_NRDY_SHIFT" 12
Shift amount to get the not ready
.IP "NVME_PMRSTS_HSTS_SHIFT" 12
Shift amount to get the health status
.IP "NVME_PMRSTS_CBAI_SHIFT" 12
Shift amount to get the controller base address invalid
.IP "NVME_PMRSTS_ERR_MASK" 12
Mask to get the error
.IP "NVME_PMRSTS_NRDY_MASK" 12
Mask to get the not ready
.IP "NVME_PMRSTS_HSTS_MASK" 12
Mask to get the health status
.IP "NVME_PMRSTS_CBAI_MASK" 12
Mask to get the controller base address invalid