1
0
Fork 0

Merging upstream version 1.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-20 08:08:33 +01:00
parent 8d543389aa
commit a3d0cc5ebd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
1005 changed files with 9469 additions and 1830 deletions

View file

@ -0,0 +1,34 @@
.TH "libnvme" 9 "enum nvme_id_ctrl_plsi" "March 2025" "API Manual" LINUX
.SH NAME
enum nvme_id_ctrl_plsi \- Power Loss Signaling Information
.SH SYNOPSIS
enum nvme_id_ctrl_plsi {
.br
.BI " NVME_CTRL_PLSI_PLSEPF_SHIFT"
,
.br
.br
.BI " NVME_CTRL_PLSI_PLSFQ_SHIFT"
,
.br
.br
.BI " NVME_CTRL_PLSI_PLSEPF_MASK"
,
.br
.br
.BI " NVME_CTRL_PLSI_PLSFQ_MASK"
};
.SH Constants
.IP "NVME_CTRL_PLSI_PLSEPF_SHIFT" 12
Shift amount to get the PLS Emergency Power Fail from the
\fIstruct nvme_id_ctrl\fP.plsi field.
.IP "NVME_CTRL_PLSI_PLSFQ_SHIFT" 12
Shift amount to get the PLS Forced Quiescence from the
\fIstruct nvme_id_ctrl\fP.plsi field.
.IP "NVME_CTRL_PLSI_PLSEPF_MASK" 12
Mask to get the PLS Emergency Power Fail from the
\fIstruct nvme_id_ctrl\fP.plsi field.
.IP "NVME_CTRL_PLSI_PLSFQ_MASK" 12
Mask to get the PLS Forced Quiescence from the
\fIstruct nvme_id_ctrl\fP.plsi field.