Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

enum nvme_cmd_format_pi - Format NVM - Protection Information

SYNOPSIS

enum nvme_cmd_format_pi {
NVME_FORMAT_PI_DISABLE ,
NVME_FORMAT_PI_TYPE1 ,
NVME_FORMAT_PI_TYPE2 ,
NVME_FORMAT_PI_TYPE3

};

Constants

Protection information is not enabled.
Protection information is enabled, Type 1.
Protection information is enabled, Type 2.
Protection information is enabled, Type 3.
enum nvme_cmd_format_pi February 2024