summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_directive_types.2
blob: 91a64ea59cb13036f40f178f2a6e1b4fa872e83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH "libnvme" 9 "enum nvme_directive_types" "February 2024" "API Manual" LINUX
.SH NAME
enum nvme_directive_types \- Directives Supported or Enabled
.SH SYNOPSIS
enum nvme_directive_types {
.br
.BI "    NVME_ID_DIR_ID_BIT"
, 
.br
.br
.BI "    NVME_ID_DIR_SD_BIT"
, 
.br
.br
.BI "    NVME_ID_DIR_DP_BIT"

};
.SH Constants
.IP "NVME_ID_DIR_ID_BIT" 12
Identify directive is supported
.IP "NVME_ID_DIR_SD_BIT" 12
Streams directive is supported
.IP "NVME_ID_DIR_DP_BIT" 12
Direct Placement directive is supported