| libnvme_get_telemetry_max(9) | libnvme API manual | libnvme_get_telemetry_max(9) |
NAME
libnvme_get_telemetry_max - Get telemetry limits
SYNOPSIS
int libnvme_get_telemetry_max (struct libnvme_transport_handle *hdl , enum nvme_telemetry_da *da , size_t *max_data_tx );
ARGUMENTS
- hdl
- Transport handle
- da
- On success return max supported data area
- max_data_tx
- On success set to max transfer chunk supported by the controller
RETURN
0 on success, the nvme command status if a response was received (see enum nvme_status_field) or a negative error otherwise.
| libnvme_get_telemetry_max | September 2026 |