summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_csts.2
blob: a36d313f710e0e7316cc9c33a84a63770e039a9c (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.TH "libnvme" 9 "enum nvme_csts" "May 2024" "API Manual" LINUX
.SH NAME
enum nvme_csts \- This field indicates the controller status register
.SH SYNOPSIS
enum nvme_csts {
.br
.BI "    NVME_CSTS_RDY_SHIFT"
, 
.br
.br
.BI "    NVME_CSTS_CFS_SHIFT"
, 
.br
.br
.BI "    NVME_CSTS_SHST_SHIFT"
, 
.br
.br
.BI "    NVME_CSTS_NSSRO_SHIFT"
, 
.br
.br
.BI "    NVME_CSTS_PP_SHIFT"
, 
.br
.br
.BI "    NVME_CSTS_ST_SHIFT"
, 
.br
.br
.BI "    NVME_CSTS_RDY_MASK"
, 
.br
.br
.BI "    NVME_CSTS_CFS_MASK"
, 
.br
.br
.BI "    NVME_CSTS_SHST_MASK"
, 
.br
.br
.BI "    NVME_CSTS_NSSRO_MASK"
, 
.br
.br
.BI "    NVME_CSTS_PP_MASK"
, 
.br
.br
.BI "    NVME_CSTS_ST_MASK"
, 
.br
.br
.BI "    NVME_CSTS_SHST_NORMAL"
, 
.br
.br
.BI "    NVME_CSTS_SHST_OCCUR"
, 
.br
.br
.BI "    NVME_CSTS_SHST_CMPLT"
, 
.br
.br
.BI "    NVME_CSTS_SHN_MASK"

};
.SH Constants
.IP "NVME_CSTS_RDY_SHIFT" 12
Shift amount to get the ready
.IP "NVME_CSTS_CFS_SHIFT" 12
Shift amount to get the controller fatal status
.IP "NVME_CSTS_SHST_SHIFT" 12
Shift amount to get the shutdown status
.IP "NVME_CSTS_NSSRO_SHIFT" 12
Shift amount to get the NVM subsystem reset occurred
.IP "NVME_CSTS_PP_SHIFT" 12
Shift amount to get the processing paused
.IP "NVME_CSTS_ST_SHIFT" 12
Shift amount to get the shutdown type
.IP "NVME_CSTS_RDY_MASK" 12
Mask to get the ready
.IP "NVME_CSTS_CFS_MASK" 12
Mask to get the controller fatal status
.IP "NVME_CSTS_SHST_MASK" 12
Mask to get the shutdown status
.IP "NVME_CSTS_NSSRO_MASK" 12
Mask to get the NVM subsystem reset occurred
.IP "NVME_CSTS_PP_MASK" 12
Mask to get the processing paused
.IP "NVME_CSTS_ST_MASK" 12
Mask to get the shutdown type
.IP "NVME_CSTS_SHST_NORMAL" 12
Normal operation
.IP "NVME_CSTS_SHST_OCCUR" 12
Shutdown processing occurring
.IP "NVME_CSTS_SHST_CMPLT" 12
Shutdown processing complete
.IP "NVME_CSTS_SHN_MASK" 12
Deprecated mask to get the shutdown status