1
0
Fork 0
libnvme/doc/man/nvme_nvm_id_ns_pif.2
Daniel Baumann bd2208f611
Merging upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:51:37 +01:00

33 lines
850 B
Groff

.TH "libnvme" 9 "enum nvme_nvm_id_ns_pif" "November 2024" "API Manual" LINUX
.SH NAME
enum nvme_nvm_id_ns_pif \- This field indicates the type of the Protection Information Format
.SH SYNOPSIS
enum nvme_nvm_id_ns_pif {
.br
.BI " NVME_NVM_PIF_16B_GUARD"
,
.br
.br
.BI " NVME_NVM_PIF_32B_GUARD"
,
.br
.br
.BI " NVME_NVM_PIF_64B_GUARD"
,
.br
.br
.BI " NVME_NVM_PIF_QTYPE"
};
.SH Constants
.IP "NVME_NVM_PIF_16B_GUARD" 12
16-bit Guard Protection Information Format
.IP "NVME_NVM_PIF_32B_GUARD" 12
32-bit Guard Protection Information Format
.IP "NVME_NVM_PIF_64B_GUARD" 12
64-bit Guard Protection Information Format
.IP "NVME_NVM_PIF_QTYPE" 12
If Qualified Protection Information Format Supports
and Protection Information Format is set to 3, then
protection information format is taken from Qualified
Protection Information Format field.