1nvme_mi_set_probe_enabled(9) libnvme API manual nvme_mi_set_probe_enabled(9)
2
3
4
6 nvme_mi_set_probe_enabled - enable/disable the probe for new endpoints
7
9 void nvme_mi_set_probe_enabled (nvme_root_t root , bool enabled );
10
12 root nvme_root_t object
13
14 enabled whether to probe new endpoints
15
17 Controls whether newly-created endpoints are probed for quirks on cre‐
18 ation. Defaults to enabled, which results in some initial messaging
19 with the endpoint to determine model-specific details.
20
21
22
23October 2023 nvme_mi_set_probe_enablendvme_mi_set_probe_enabled(9)