1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_directive_types - Directives Supported or Enabled
7
SYNOPSIS
9enum nvme_directive_types {
10NVME_ID_DIR_ID_BIT ,
11NVME_ID_DIR_SD_BIT ,
12NVME_ID_DIR_DP_BIT
1314
};
15
Constants
17NVME_ID_DIR_ID_BIT
18Identify directive is supported
1920
NVME_ID_DIR_SD_BIT
21Streams directive is supported
2223
NVME_ID_DIR_DP_BIT
24Direct Placement directive is supported
2526
27
28
October 2023 enum nvme_directive_types libnvme(9)