nvme_mi_set_probe_enabled - Man Page

enable/disable the probe for new endpoints

Synopsis

void nvme_mi_set_probe_enabled (nvme_root_t root , bool enabled );

Arguments

root

nvme_root_t object

enabled

whether to probe new endpoints

Description

Controls whether newly-created endpoints are probed for quirks on creation. Defaults to enabled, which results in some initial messaging with the endpoint to determine model-specific details.

Info

February 2024 libnvme API manual