File: nvme_set_feat_event_layout.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 (48 lines) | stat: -rw-r--r-- 1,426 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH "libnvme" 9 "enum nvme_set_feat_event_layout" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_set_feat_event_layout \- This field indicates the set feature event layout
.SH SYNOPSIS
enum nvme_set_feat_event_layout {
.br
.BI "    NVME_SET_FEAT_EVENT_DW_COUNT_SHIFT"
, 
.br
.br
.BI "    NVME_SET_FEAT_EVENT_CC_DW0_SHIFT"
, 
.br
.br
.BI "    NVME_SET_FEAT_EVENT_MB_COUNT_SHIFT"
, 
.br
.br
.BI "    NVME_SET_FEAT_EVENT_DW_COUNT_MASK"
, 
.br
.br
.BI "    NVME_SET_FEAT_EVENT_CC_DW0_MASK"
, 
.br
.br
.BI "    NVME_SET_FEAT_EVENT_MB_COUNT_MASK"

};
.SH Constants
.IP "NVME_SET_FEAT_EVENT_DW_COUNT_SHIFT" 12
Shift amount to get the Dword count from the
\fIstruct nvme_set_feature_event\fP.layout field.
.IP "NVME_SET_FEAT_EVENT_CC_DW0_SHIFT" 12
Shift amount to get the logged command completion Dword 0
from the \fIstruct nvme_set_feature_event\fP.layout field.
.IP "NVME_SET_FEAT_EVENT_MB_COUNT_SHIFT" 12
Shift amount to get the memory buffer count from
the \fIstruct nvme_set_feature_event\fP.layout field.
.IP "NVME_SET_FEAT_EVENT_DW_COUNT_MASK" 12
Mask to get the Dword count from the \fIstruct
nvme_set_feature_event\fP.layout field.
.IP "NVME_SET_FEAT_EVENT_CC_DW0_MASK" 12
Mask to get the logged command completion Dword 0 from
the \fIstruct nvme_set_feature_event\fP.layout field.
.IP "NVME_SET_FEAT_EVENT_MB_COUNT_MASK" 12
Mask to get the memory buffer count from the \fIstruct
nvme_set_feature_event\fP.layout field.