nvme_get_telemetry_max - Get telemetry limits
Contents
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
Name
nvme_get_telemetry_max - Get telemetry limits
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_get_telemetry_max nvme_get_telemetry_max(2)
Synopsis
intnvme_get_telemetry_max(intfd,enumnvme_telemetry_da*da,size_t*max_data_tx);
