table of contents
nvme_mi_set_probe_enabled(2) | libnvme API manual | nvme_mi_set_probe_enabled(2) |
NAME¶
nvme_mi_set_probe_enabled - enable/disable the probe for new endpoints
SYNOPSIS¶
void nvme_mi_set_probe_enabled (nvme_root_t root , bool enabled );
ARGUMENTS¶
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.
nvme_mi_set_probe_enabled | February 2025 |