1
0
Fork 0

Merging upstream version 1.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:50:33 +01:00
parent 432344d511
commit ff5afdb431
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
928 changed files with 6732 additions and 1442 deletions

66
doc/man/nvme_cmic.2 Normal file
View file

@ -0,0 +1,66 @@
.TH "libnvme" 9 "enum nvme_cmic" "May 2024" "API Manual" LINUX
.SH NAME
enum nvme_cmic \- This field indicates the controller multi-path I/O and NS sharing capabilities
.SH SYNOPSIS
enum nvme_cmic {
.br
.BI " NVME_CMIC_MULTI_PORT_SHIFT"
,
.br
.br
.BI " NVME_CMIC_MULTI_CTRL_SHIFT"
,
.br
.br
.BI " NVME_CMIC_MULTI_SRIOV_SHIFT"
,
.br
.br
.BI " NVME_CMIC_MULTI_ANA_SHIFT"
,
.br
.br
.BI " NVME_CMIC_MULTI_RSVD_SHIFT"
,
.br
.br
.BI " NVME_CMIC_MULTI_PORT_MASK"
,
.br
.br
.BI " NVME_CMIC_MULTI_CTRL_MASK"
,
.br
.br
.BI " NVME_CMIC_MULTI_SRIOV_MASK"
,
.br
.br
.BI " NVME_CMIC_MULTI_ANA_MASK"
,
.br
.br
.BI " NVME_CMIC_MULTI_RSVD_MASK"
};
.SH Constants
.IP "NVME_CMIC_MULTI_PORT_SHIFT" 12
Shift amount to get the NVM subsystem port
.IP "NVME_CMIC_MULTI_CTRL_SHIFT" 12
Shift amount to get the controllers
.IP "NVME_CMIC_MULTI_SRIOV_SHIFT" 12
Shift amount to get the SR-IOV virtual function
.IP "NVME_CMIC_MULTI_ANA_SHIFT" 12
Shift amount to get the asymmetric namespace access reporting
.IP "NVME_CMIC_MULTI_RSVD_SHIFT" 12
Shift amount to get the reserved
.IP "NVME_CMIC_MULTI_PORT_MASK" 12
Mask to get the NVM subsystem port
.IP "NVME_CMIC_MULTI_CTRL_MASK" 12
Mask to get the controllers
.IP "NVME_CMIC_MULTI_SRIOV_MASK" 12
Mask to get the SR-IOV virtual function
.IP "NVME_CMIC_MULTI_ANA_MASK" 12
Mask to get the asymmetric namespace access reporting
.IP "NVME_CMIC_MULTI_RSVD_MASK" 12
Mask to get the reserved