Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
doc/man
26
doc/man/nvme_id_ctrl_frmw.2
Normal file
26
doc/man/nvme_id_ctrl_frmw.2
Normal file
|
@ -0,0 +1,26 @@
|
|||
.TH "libnvme" 9 "enum nvme_id_ctrl_frmw" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_id_ctrl_frmw \- Flags and values indicates capabilities regarding firmware updates from &struct nvme_id_ctrl.frmw.
|
||||
.SH SYNOPSIS
|
||||
enum nvme_id_ctrl_frmw {
|
||||
.br
|
||||
.BI " NVME_CTRL_FRMW_1ST_RO"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_CTRL_FRMW_NR_SLOTS"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_CTRL_FRMW_FW_ACT_NO_RESET"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_CTRL_FRMW_1ST_RO" 12
|
||||
If set, the first firmware slot is readonly
|
||||
.IP "NVME_CTRL_FRMW_NR_SLOTS" 12
|
||||
Mask to get the value of the number of
|
||||
firmware slots that the controller supports.
|
||||
.IP "NVME_CTRL_FRMW_FW_ACT_NO_RESET" 12
|
||||
If set, the controller supports firmware
|
||||
activation without a reset.
|
Loading…
Add table
Add a link
Reference in a new issue