1
0
Fork 0

Merging upstream version 1.11.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:51:10 +01:00
parent fc25ba7fb2
commit bdf865565e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
946 changed files with 4896 additions and 1272 deletions

View file

@ -0,0 +1,28 @@
.TH "libnvme" 9 "enum nvme_lba_status_cmpc" "October 2024" "API Manual" LINUX
.SH NAME
enum nvme_lba_status_cmpc \- Get LBA Status Command Completion Condition
.SH SYNOPSIS
enum nvme_lba_status_cmpc {
.br
.BI " NVME_LBA_STATUS_CMPC_NO_CMPC"
,
.br
.br
.BI " NVME_LBA_STATUS_CMPC_INCOMPLETE"
,
.br
.br
.BI " NVME_LBA_STATUS_CMPC_COMPLETE"
};
.SH Constants
.IP "NVME_LBA_STATUS_CMPC_NO_CMPC" 12
No indication of the completion condition
.IP "NVME_LBA_STATUS_CMPC_INCOMPLETE" 12
Command completed, but additional LBA Status
Descriptor Entries are available to transfer
or scan did not complete (if ATYPE = 10h)
.IP "NVME_LBA_STATUS_CMPC_COMPLETE" 12
Completed the specified action over the number
of LBAs specified in the Range Length field and
transferred all available LBA Status Descriptors