logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_id_ctrl_mec - Flags indicating the capabilities of the Management Endpoint in the Controller,

Constants

NVME_CTRL_MEC_SMBUSME If set, then the NVM Subsystem contains a Management Endpoint on an SMBus/I2C port. NVME_CTRL_MEC_PCIEME If set, then the NVM Subsystem contains a Management Endpoint on a PCIe port. August 2025 enum nvme_id_ctrl_mec libnvme(2)

Name

enum nvme_id_ctrl_mec - Flags indicating the capabilities of the Management Endpoint in the Controller, &struct nvme_id_ctrl.mec.

Synopsis

enum nvme_id_ctrl_mec { NVME_CTRL_MEC_SMBUSME , NVME_CTRL_MEC_PCIEME };

See Also