1
0
Fork 0
libnvme/doc/man/nvme_id_ctrl_vwc.2
Daniel Baumann bd2208f611
Merging upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:51:37 +01:00

22 lines
609 B
Groff

.TH "libnvme" 9 "enum nvme_id_ctrl_vwc" "November 2024" "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.