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_lpa - Flags indicating optional attributes for log pages that are accessed via the Get

Constants

NVME_CTRL_LPA_SMART_PER_NS If set, controller supports SMART/Health log page on a per namespace basis. NVME_CTRL_LPA_CMD_EFFECTS If Set, the controller supports the commands supported and effects log page. NVME_CTRL_LPA_EXTENDED If set, the controller supports extended data for log page command including extended number of dwords and log page offset fields. NVME_CTRL_LPA_TELEMETRY If set, the controller supports the telemetry host-initiated and telemetry controller- initiated log pages and sending telemetry log notices. NVME_CTRL_LPA_PERSETENT_EVENT If set, the controller supports persistent event log. NVME_CTRL_LPA_LI0_LI5_LI12_LI13 If set, the controller supports - log pages log page. - returning scope of each command in commands supported and effects log page. - feature identifiers supported and effects log page. - NVMe-MI commands supported and effects log page. NVME_CTRL_LPA_DA4_TELEMETRY If set, the controller supports data area 4 for telemetry host-initiated and telemetry. August 2025 enum nvme_id_ctrl_lpa libnvme(2)

Name

enum nvme_id_ctrl_lpa - Flags indicating optional attributes for log pages that are accessed via the Get Log Page command.

Synopsis

enum nvme_id_ctrl_lpa { NVME_CTRL_LPA_SMART_PER_NS , NVME_CTRL_LPA_CMD_EFFECTS , NVME_CTRL_LPA_EXTENDED , NVME_CTRL_LPA_TELEMETRY , NVME_CTRL_LPA_PERSETENT_EVENT , NVME_CTRL_LPA_LI0_LI5_LI12_LI13 , NVME_CTRL_LPA_DA4_TELEMETRY };

See Also