pub type nvme_id_ctrl_plsi = c_uint;Expand description
enum nvme_id_ctrl_plsi - Power Loss Signaling Information @NVME_CTRL_PLSI_PLSEPF_SHIFT: Shift amount to get the PLS Emergency Power Fail from the &struct nvme_id_ctrl.plsi field. @NVME_CTRL_PLSI_PLSFQ_SHIFT: Shift amount to get the PLS Forced Quiescence from the &struct nvme_id_ctrl.plsi field. @NVME_CTRL_PLSI_PLSEPF_MASK: Mask to get the PLS Emergency Power Fail from the &struct nvme_id_ctrl.plsi field. @NVME_CTRL_PLSI_PLSFQ_MASK: Mask to get the PLS Forced Quiescence from the &struct nvme_id_ctrl.plsi field.