logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nvme_mi_admin_get_log_telemetry_ctrl - Get Telemetry Controller-Initiated log page

Arguments

ctrl Controller to query rae Retain asynchronous events offset Offset into the telemetry data len Length of provided user buffer to hold the log data in bytes log User address for log page data

Description

Retrieves the Telemetry Controller-Initiated log page at the requested offset using the previously existing capture.

Name

nvme_mi_admin_get_log_telemetry_ctrl - Get Telemetry Controller-Initiated log page

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_telemetry_ctrnvme_mi_admin_get_log_telemetry_ctrl(2)

Synopsis

intnvme_mi_admin_get_log_telemetry_ctrl(nvme_mi_ctrl_tctrl,boolrae,__u64offset,__u32len,void*log);

See Also