summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_id_ctrl_vwc.2
blob: ea196f376d878c4e7303396ac9758e7669de0b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH "libnvme" 9 "enum nvme_id_ctrl_vwc" "August 2022" "API Manual" LINUX
.SH NAME
enum nvme_id_ctrl_vwc \- Volatile write cache
.SH SYNOPSIS
enum nvme_id_ctrl_vwc {
.br
.BI "    NVME_CTRL_VWC_PRESENT"
, 
.br
.br
.BI "    NVME_CTRL_VWC_FLUSH"

};
.SH Constants
.IP "NVME_CTRL_VWC_PRESENT" 12
If set, indicates a volatile write cache is present.
If a volatile write cache is present, then the host
controls whether the volatile write cache is enabled
with a Set Features command specifying the value
NVME_FEAT_FID_VOLATILE_WC.
.IP "NVME_CTRL_VWC_FLUSH" 12
Mask to get the value of the flush command behavior.