logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_mi_admin_get_log_fw_slot - Retrieves the controller firmware log

Arguments

ctrl Controller to query rae Retain asynchronous events fw_log User address to store the log page

Description

This log page describes the firmware revision stored in each firmware slot supported. The firmware revision is indicated as an ASCII string. The log page also indicates the active slot number.

Name

nvme_mi_admin_get_log_fw_slot - Retrieves the controller firmware log

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. August 2025 nvme_mi_admin_get_log_fw_slot nvme_mi_admin_get_log_fw_slot(2)

Synopsis

intnvme_mi_admin_get_log_fw_slot(nvme_mi_ctrl_tctrl,boolrae,structnvme_firmware_slot*fw_log);

See Also