1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_id_ctrl_mec - Flags indicating the capabilities of the Man‐
7 agement Endpoint in the Controller, &struct nvme_id_ctrl.mec.
8
10 enum nvme_id_ctrl_mec {
11 NVME_CTRL_MEC_SMBUSME ,
12 NVME_CTRL_MEC_PCIEME
13
14 };
15
17 NVME_CTRL_MEC_SMBUSME
18 If set, then the NVM Subsystem contains a Management End‐
19 point on an SMBus/I2C port.
20
21 NVME_CTRL_MEC_PCIEME
22 If set, then the NVM Subsystem contains a Management End‐
23 point on a PCIe port.
24
25
26
27November 2022 enum nvme_id_ctrl_mec libnvme(9)