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" "April 2025" "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
|