| libnvme(9) | API Manual | libnvme(9) | 
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
};
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.
 
| enum nvme_id_ctrl_lpa | February 2024 |