1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ctrl_fuses - This field indicates the fused operations
7that the controller supports.
8
SYNOPSIS
10enum nvme_id_ctrl_fuses {
11NVME_CTRL_FUSES_COMPARE_AND_WRITE
1213
};
14
Constants
16NVME_CTRL_FUSES_COMPARE_AND_WRITE
17If set, then the controller supports the Compare and Write
18fused operation.
1920
21
22
April 2023 enum nvme_id_ctrl_fuses libnvme(9)