1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_cmd_format_pi - Format NVM - Protection Information
7
9 enum nvme_cmd_format_pi {
10 NVME_FORMAT_PI_DISABLE ,
11 NVME_FORMAT_PI_TYPE1 ,
12 NVME_FORMAT_PI_TYPE2 ,
13 NVME_FORMAT_PI_TYPE3
14
15 };
16
18 NVME_FORMAT_PI_DISABLE
19 Protection information is not enabled.
20
21 NVME_FORMAT_PI_TYPE1
22 Protection information is enabled, Type 1.
23
24 NVME_FORMAT_PI_TYPE2
25 Protection information is enabled, Type 2.
26
27 NVME_FORMAT_PI_TYPE3
28 Protection information is enabled, Type 3.
29
30
31
32April 2023 enum nvme_cmd_format_pi libnvme(9)