From 46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:06:51 +0200 Subject: Merging upstream version 1.9. Signed-off-by: Daniel Baumann --- doc/man/nvme_pmrsts.2 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/man/nvme_pmrsts.2 (limited to 'doc/man/nvme_pmrsts.2') 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 -- cgit v1.2.3