1
0
Fork 0
libnvme/doc/man/nvme_nvm_id_ns_pif.2
Daniel Baumann f7fc7fc747
Merging upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-13 11:46:35 +02:00

33 lines
847 B
Groff

.TH "libnvme" 9 "enum nvme_nvm_id_ns_pif" "April 2025" "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.