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_fw_commit_ca - Firmware Commit - Commit Action

Constants

NVME_FW_COMMIT_CA_REPLACE Downloaded image replaces the existing image, if any, in the specified Firmware Slot. The newly placed image is not activated. NVME_FW_COMMIT_CA_REPLACE_AND_ACTIVATE Downloaded image replaces the existing image, if any, in the specified Firmware Slot. The newly placed image is activated at the next Controller Level Reset. NVME_FW_COMMIT_CA_SET_ACTIVE The existing image in the specified Firmware Slot is activated at the next Controller Level Reset. NVME_FW_COMMIT_CA_REPLACE_AND_ACTIVATE_IMMEDIATE Downloaded image replaces the existing image, if any, in the specified Firmware Slot and is then activated immediately. If there is not a newly downloaded image, then the existing image in the specified firmware slot is activated immediately. NVME_FW_COMMIT_CA_REPLACE_BOOT_PARTITION Downloaded image replaces the Boot Partition specified by the Boot Partition ID field. NVME_FW_COMMIT_CA_ACTIVATE_BOOT_PARTITION Mark the Boot Partition specified in the BPID field as active and update BPINFO.ABPID. August 2025 enum nvme_fw_commit_ca libnvme(2)

Name

enum nvme_fw_commit_ca - Firmware Commit - Commit Action

Synopsis

enum nvme_fw_commit_ca { NVME_FW_COMMIT_CA_REPLACE , NVME_FW_COMMIT_CA_REPLACE_AND_ACTIVATE , NVME_FW_COMMIT_CA_SET_ACTIVE , NVME_FW_COMMIT_CA_REPLACE_AND_ACTIVATE_IMMEDIATE , NVME_FW_COMMIT_CA_REPLACE_BOOT_PARTITION , NVME_FW_COMMIT_CA_ACTIVATE_BOOT_PARTITION };

See Also