Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_fw_commit_args - Arguments for the NVMe Firmware Commit command

SYNOPSIS

struct nvme_fw_commit_args {
__u32 *result;
int args_size;
int fd;
__u32 timeout;
enum nvme_fw_commit_ca action;
__u8 slot;
bool bpid;
};

Members

The command completion result from CQE dword0
Size of struct nvme_fw_commit_args
File descriptor of nvme device
Timeout in ms
Action to use for the firmware image, see enum nvme_fw_commit_ca
Firmware slot to commit the downloaded image
Set to true to select the boot partition id
struct nvme_fw_commit_args November 2025