logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_set_feat_event_layout - This field indicates the set feature event layout

Constants

NVME_SET_FEAT_EVENT_DW_COUNT_SHIFT Shift amount to get the Dword count from the structnvme_set_feature_event.layout field. NVME_SET_FEAT_EVENT_CC_DW0_SHIFT Shift amount to get the logged command completion Dword 0 from the structnvme_set_feature_event.layout field. NVME_SET_FEAT_EVENT_MB_COUNT_SHIFT Shift amount to get the memory buffer count from the structnvme_set_feature_event.layout field. NVME_SET_FEAT_EVENT_DW_COUNT_MASK Mask to get the Dword count from the structnvme_set_feature_event.layout field. NVME_SET_FEAT_EVENT_CC_DW0_MASK Mask to get the logged command completion Dword 0 from the structnvme_set_feature_event.layout field. NVME_SET_FEAT_EVENT_MB_COUNT_MASK Mask to get the memory buffer count from the structnvme_set_feature_event.layout field. May 2025 enum nvme_set_feat_event_layout libnvme(2)

Name

enum nvme_set_feat_event_layout - This field indicates the set feature event layout

Synopsis

enum nvme_set_feat_event_layout { NVME_SET_FEAT_EVENT_DW_COUNT_SHIFT , NVME_SET_FEAT_EVENT_CC_DW0_SHIFT , NVME_SET_FEAT_EVENT_MB_COUNT_SHIFT , NVME_SET_FEAT_EVENT_DW_COUNT_MASK , NVME_SET_FEAT_EVENT_CC_DW0_MASK , NVME_SET_FEAT_EVENT_MB_COUNT_MASK };

See Also