Man page - nvme_id_ctrl_plsi(2)

Packages contas this manual

Manual

libnvme(2) API Manual libnvme(2)

enum nvme_id_ctrl_plsi - Power Loss Signaling Information

enum nvme_id_ctrl_plsi {
NVME_CTRL_PLSI_PLSEPF_SHIFT ,
NVME_CTRL_PLSI_PLSFQ_SHIFT ,
NVME_CTRL_PLSI_PLSEPF_MASK ,
NVME_CTRL_PLSI_PLSFQ_MASK

};

Shift amount to get the PLS Emergency Power Fail from the struct nvme_id_ctrl.plsi field.
Shift amount to get the PLS Forced Quiescence from the struct nvme_id_ctrl.plsi field.
Mask to get the PLS Emergency Power Fail from the struct nvme_id_ctrl.plsi field.
Mask to get the PLS Forced Quiescence from the struct nvme_id_ctrl.plsi field.
enum nvme_id_ctrl_plsi May 2025