Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
432344d511
commit
ff5afdb431
928 changed files with 6732 additions and 1442 deletions
54
doc/man/nvme_pmrsts.2
Normal file
54
doc/man/nvme_pmrsts.2
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue