nvme_get_telemetry_max - Man Page
Get telemetry limits
Synopsis
int nvme_get_telemetry_max (int fd , enum nvme_telemetry_da *da , size_t *max_data_tx );
Arguments
- fd
File descriptor of nvme device
- da
On success return max supported data area
- max_data_tx
On success set to max transfer chunk supported by the controller
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