1
0
Fork 0
libnvme/doc/man/nvme_set_feat_event_layout.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

48 lines
1.4 KiB
Groff

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