Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

enum nvme_id_ctrl_dsto - Flags indicating the optional Device Self-test command or operation behaviors supported by the controller or NVM subsystem.

SYNOPSIS

enum nvme_id_ctrl_dsto {
NVME_CTRL_DSTO_SDSO_SHIFT ,
NVME_CTRL_DSTO_HIRS_SHIFT ,
NVME_CTRL_DSTO_SDSO_MASK ,
NVME_CTRL_DSTO_HIRS_MASK ,
NVME_CTRL_DSTO_ONE_DST ,
NVME_CTRL_DSTO_HIRS

};

Constants

Shift amount to get the value of Single Device Self-test Operation from Device Self-test Options field.
Shift amount to get the value of Host-Initiated Refresh Support from Device Self-test Options field.
Mask to get the value of Single Device Self-test Operation
Mask to get the value of Host-Initiated Refresh Support
If set, then the NVM subsystem supports only one device self-test operation in progress at a time. If cleared, then the NVM subsystem supports one device self-test operation per controller at a time.
If set, then the controller supports the Host-Initiated Refresh capability.
enum nvme_id_ctrl_dsto August 2025