nvme_get_log_phy_rx_eom - Man Page
Retrieve Physical Interface Receiver Eye Opening Measurement Log
Synopsis
int nvme_get_log_phy_rx_eom (int fd , __u8 lsp , __u16 controller , __u32 len , struct nvme_phy_rx_eom_log *log );
Arguments
- fd
File descriptor of nvme device
- lsp
Log specific, controls action and measurement quality
- controller
Target controller ID
- len
The allocated size, minimum struct nvme_phy_rx_eom_log
- 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
Info
August 2024 libnvme API manual