]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
types: add NVME_LOG_LPO_NONE
authorHannes Reinecke <hare@suse.de>
Sun, 13 Jun 2021 10:40:54 +0000 (12:40 +0200)
committerHannes Reinecke <hare@suse.de>
Wed, 16 Jun 2021 06:20:12 +0000 (08:20 +0200)
Add additional log page definition.

Signed-off-by: Hannes Reinecke <hare@suse.de>
src/nvme/types.h

index 4a1dbce205c22d3a10c91a37de27873094522253..9b3427b7db17b61eb2582eb1510ecca86db1ee06 100644 (file)
@@ -111,6 +111,7 @@ static inline uint64_t le64_to_cpu(__le64 x)
  * @NVME_NVMSETID_NONE:        Use to omit a nvmsetid command parameter
  * @NVME_LOG_LSP_NONE:         Use to omit a log lsp command parameter
  * @NVME_LOG_LSI_NONE:         Use to omit a log lsi command parameter
+ * @NVME_LOG_LPO_NONE:         Use to omit a log lpo command parameter
  * @NVME_IDENTIFY_DATA_SIZE:   The transfer size for nvme identify commands
  * @NVME_ID_NVMSET_LIST_MAX:   The largest possible nvmset index in identify
  *                             nvmeset
@@ -141,6 +142,7 @@ enum nvme_constants {
        NVME_NVMSETID_NONE              = 0,
        NVME_LOG_LSP_NONE               = 0,
        NVME_LOG_LSI_NONE               = 0,
+       NVME_LOG_LPO_NONE               = 0,
        NVME_IDENTIFY_DATA_SIZE         = 4096,
        NVME_ID_NVMSET_LIST_MAX         = 31,
        NVME_ID_UUID_LIST_MAX           = 127,