DOKK / manpages / debian 13 / libnvme-dev / nvme_pel_rci.2.en
libnvme(2) API Manual libnvme(2)

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

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

};

Shift amount to get the reporting context port identifier from the struct nvme_persistent_event_log.rci field.
Shift amount to get the reporting context port identifier type from the struct nvme_persistent_event_log.rci field.
Shift amount to get the reporting context exists from the struct nvme_persistent_event_log.rci field.
Shift amount to get the reserved reporting context from the struct nvme_persistent_event_log.rci field.
Mask to get the reporting context port identifier from the struct nvme_persistent_event_log.rci field.
Mask to get the reporting context port identifier type from the struct nvme_persistent_event_log.rci field.
Mask to get the reporting context exists from the struct nvme_persistent_event_log.rci field.
Mask to get the reserved reporting context from the struct nvme_persistent_event_log.rci field.
enum nvme_pel_rci May 2025