logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_directive_types - Directives Supported or Enabled

Constants

       NVME_ID_DIR_ID_BIT
                   Identify directive is supported

       NVME_ID_DIR_SD_BIT
                   Streams directive is supported

       NVME_ID_DIR_DP_BIT
                   Direct Placement directive is supported

August 2025                                 enum nvme_directive_types                                 libnvme(2)

Name

       enum nvme_directive_types - Directives Supported or Enabled

Synopsis

       enum nvme_directive_types {
           NVME_ID_DIR_ID_BIT ,
           NVME_ID_DIR_SD_BIT ,
           NVME_ID_DIR_DP_BIT

       };

See Also