nvme_fw_download_seq - Firmware download sequence
Contents
Arguments
fd File descriptor of nvme device
size Total size of the firmware image to transfer
xfer Maximum size to send with each partial transfer
offset Starting offset to send with this firmware download
buf Address of buffer containing all or part of the firmware image.
Name
nvme_fw_download_seq - Firmware download sequence
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_fw_download_seq nvme_fw_download_seq(2)
Synopsis
intnvme_fw_download_seq(intfd,__u32size,__u32xfer,__u32offset,void*buf);
