File: nvme_id_ctrl_vwc.2

package info (click to toggle)
libnvme 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,336 kB
  • sloc: ansic: 30,501; perl: 1,834; sh: 436; python: 190; cpp: 64; makefile: 54
file content (22 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
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" "April 2025" "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.