Sponsor:

Your company here, and a link to your site. Click to find out more.

nvme_st_code - Man Page

Self-test Code value

Synopsis

enum nvme_st_code {
   NVME_ST_CODE_RESERVED ,

   NVME_ST_CODE_SHORT ,

   NVME_ST_CODE_EXTENDED ,

   NVME_ST_CODE_VS ,

   NVME_ST_CODE_ABORT ,

   NVME_ST_CODE_SHIFT

};

Constants

NVME_ST_CODE_RESERVED

Reserved.

NVME_ST_CODE_SHORT

Short device self-test operation.

NVME_ST_CODE_EXTENDED

Extended device self-test operation.

NVME_ST_CODE_VS

Vendor specific.

NVME_ST_CODE_ABORT

Abort device self-test operation.

NVME_ST_CODE_SHIFT

Shift amount to get the code value from the struct nvme_st_result.dsts field.

Info

enum nvme_st_code February 2024 API Manual