1nvme_fw_download_seq(9)       libnvme API manual       nvme_fw_download_seq(9)
2
3
4

NAME

6       nvme_fw_download_seq - Firmware download sequence
7

SYNOPSIS

9       int nvme_fw_download_seq (int fd , __u32 size , __u32 xfer , __u32 off‐
10       set , void *buf );
11

ARGUMENTS

13       fd          File descriptor of nvme device
14
15       size        Total size of the firmware image to transfer
16
17       xfer        Maximum size to send with each partial transfer
18
19       offset      Starting offset to send with this firmware downlaod
20
21       buf         Address of buffer containing all or part  of  the  firmware
22                   image.
23

RETURN

25       The  nvme command status if a response was received (see enum nvme_sta‐
26       tus_field) or -1 with errno set otherwise.
27
28
29
30April 2022                   nvme_fw_download_seq      nvme_fw_download_seq(9)
Impressum