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
 
};

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.

Questions & Answers

Helpful answers and articles about nvme_fw_commit_ca you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search