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_id_ctrl_frmw - Flags and values indicates capabilities regarding firmware updates from &struct

Constants

NVME_CTRL_FRMW_1ST_RO If set, the first firmware slot is readonly NVME_CTRL_FRMW_NR_SLOTS Mask to get the value of the number of firmware slots that the controller supports. NVME_CTRL_FRMW_FW_ACT_NO_RESET If set, the controller supports firmware activation without a reset. NVME_CTRL_FRMW_MP_UP_DETECTION If set, the controller is able to detect overlapping firmware/boot partition image update. August 2025 enum nvme_id_ctrl_frmw libnvme(2)

Name

enum nvme_id_ctrl_frmw - Flags and values indicates capabilities regarding firmware updates from &struct nvme_id_ctrl.frmw.

Synopsis

enum nvme_id_ctrl_frmw { NVME_CTRL_FRMW_1ST_RO , NVME_CTRL_FRMW_NR_SLOTS , NVME_CTRL_FRMW_FW_ACT_NO_RESET , NVME_CTRL_FRMW_MP_UP_DETECTION };
return

See Also