Scroll to navigation

nvme_mi_admin_get_log_phy_rx_eom(9) libnvme API manual nvme_mi_admin_get_log_phy_rx_eom(9)

NAME

nvme_mi_admin_get_log_phy_rx_eom - Retrieve Physical Interface Receiver Eye Opening Measurement Log

SYNOPSIS

int nvme_mi_admin_get_log_phy_rx_eom (nvme_mi_ctrl_t ctrl , __u8 lsp , __u16 controller , __u32 len , struct nvme_phy_rx_eom_log *log );

ARGUMENTS

Controller to query
Log specific, controls action and measurement quality
Target controller ID
The allocated size, minimum struct nvme_phy_rx_eom_log
User address to store the log page

RETURN

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise

nvme_mi_admin_get_log_phy_rx_eom February 2024