1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ctrl_ofcs - Indicate whether the controller supports op‐
7tional fabric commands.
8
SYNOPSIS
10enum nvme_id_ctrl_ofcs {
11NVME_CTRL_OFCS_DISCONNECT
1213
};
14
Constants
16NVME_CTRL_OFCS_DISCONNECT
17If set, then the controller supports the Disconnect command
18and deletion of individual I/O Queues.
1920
21
22
April 2023 enum nvme_id_ctrl_ofcs libnvme(9)