1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ctrl_fcatt - This field indicates attributes of the con‐
7troller that are specific to NVMe over Fabrics.
8
SYNOPSIS
10enum nvme_id_ctrl_fcatt {
11NVME_CTRL_FCATT_DYNAMIC
1213
};
14
Constants
16NVME_CTRL_FCATT_DYNAMIC
17If cleared, then the NVM subsystem uses a dynamic con‐
18troller model. If set, then the NVM subsystem uses a static
19controller model.
2021
22
23
October 2023 enum nvme_id_ctrl_fcatt libnvme(9)