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_pel_rci - This field indicates the persistent event log reporting context

Constants

NVME_PEL_RCI_RCPID_SHIFT Shift amount to get the reporting context port identifier from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RCPIT_SHIFT Shift amount to get the reporting context port identifier type from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RCE_SHIFT Shift amount to get the reporting context exists from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RSVD_SHIFT Shift amount to get the reserved reporting context from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RCPID_MASK Mask to get the reporting context port identifier from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RCPIT_MASK Mask to get the reporting context port identifier type from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RCE_MASK Mask to get the reporting context exists from the structnvme_persistent_event_log.rci field. NVME_PEL_RCI_RSVD_MASK Mask to get the reserved reporting context from the structnvme_persistent_event_log.rci field. May 2025 enum nvme_pel_rci libnvme(2)

Name

enum nvme_pel_rci - This field indicates the persistent event log reporting context

Synopsis

enum nvme_pel_rci { NVME_PEL_RCI_RCPID_SHIFT , NVME_PEL_RCI_RCPIT_SHIFT , NVME_PEL_RCI_RCE_SHIFT , NVME_PEL_RCI_RSVD_SHIFT , NVME_PEL_RCI_RCPID_MASK , NVME_PEL_RCI_RCPIT_MASK , NVME_PEL_RCI_RCE_MASK , NVME_PEL_RCI_RSVD_MASK };

See Also