summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_pmrsts.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:06:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:06:51 +0000
commit46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209 (patch)
tree156a2dcee1cbe550b5014eb6a0833a1cee6bda65 /doc/man/nvme_pmrsts.2
parentAdding debian version 1.8-3. (diff)
downloadlibnvme-46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209.tar.xz
libnvme-46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209.zip
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man/nvme_pmrsts.2')
-rw-r--r--doc/man/nvme_pmrsts.254
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/man/nvme_pmrsts.2 b/doc/man/nvme_pmrsts.2
new file mode 100644
index 0000000..d198368
--- /dev/null
+++ b/doc/man/nvme_pmrsts.2
@@ -0,0 +1,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