Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_fw_download_args - Arguments for the NVMe Firmware Download command

SYNOPSIS

struct nvme_fw_download_args {
__u32 *result;
void *data;
int args_size;
int fd;
__u32 timeout;
__u32 offset;
__u32 data_len;
};

Members

The command completion result from CQE dword0
Userspace address of the firmware data
Size of struct nvme_fw_download_args
File descriptor of nvme device
Timeout in ms
Offset in the firmware data
Length of data in this command in bytes
struct nvme_fw_download_args December 2025