Scroll to navigation

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

Transport handle
On success return max supported data area
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 July 2026