unión de NVME_CDW10_GET_LOG_PAGE_V13 (nvme.h)

Contiene parámetros para el comando Obtener página de registro que devuelve un búfer de datos que contiene la página de registro solicitada.

[! NOTA] El formato de la estructura de NVME_CDW10_GET_LOG_PAGE_V13 se ajusta a nvMe Specification versión 1.3 o posterior. Para las especificaciones nvMe anteriores a la versión 1.3, use la estructura NVME_CDW10_GET_LOG_PAGE .

Esta estructura se usa en el campo CDW10_V13 del parámetro GETLOGPAGE en la estructura Command .

Sintaxis

typedef union {
  struct {
    ULONG LID : 8;
    ULONG LSP : 4;
    ULONG Reserved0 : 3;
    ULONG RAE : 1;
    ULONG NUMDL : 16;
  } DUMMYSTRUCTNAME;
  ULONG  AsUlong;
} NVME_CDW10_GET_LOG_PAGE_V13, *PNVME_CDW10_GET_LOG_PAGE_V13;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.LID

Especifica un valor de NVME_LOG_PAGES que identifica la página de registro que se va a recuperar.

DUMMYSTRUCTNAME.LSP

Especifica información específica del registro.

DUMMYSTRUCTNAME.Reserved0

DUMMYSTRUCTNAME.RAE

Campo Restablecer evento asincrónico (RAE).

DUMMYSTRUCTNAME.NUMDL

Especifica el número de palabras Dwords inferiores que se van a devolver.

AsUlong

Requisitos

   
Cliente mínimo compatible Windows 10
Encabezado nvme.h

Consulte también