NVME_CDW11_IDENTIFY unione (nvme.h)

Contiene un parametro per il comando Identify.

La struttura NVME_CDW11_IDENTIFY viene usata nel campo CDW11 del parametro IDENTIFY nella struttura Command .

Sintassi

typedef union {
  struct {
    USHORT NVMSETID;
    USHORT Reserved;
  } DUMMYSTRUCTNAME;
  struct {
    ULONG CNSID : 16;
    ULONG Reserved2 : 8;
    ULONG CSI : 8;
  } DUMMYSTRUCTNAME2;
  ULONG  AsUlong;
} NVME_CDW11_IDENTIFY, *PNVME_CDW11_IDENTIFY;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.NVMSETID

Specifica l'identificatore del set NVM (NVMSETID) usato come parte di alcune operazioni di identificazione.

DUMMYSTRUCTNAME.Reserved

DUMMYSTRUCTNAME2

DUMMYSTRUCTNAME2.CNSID

DUMMYSTRUCTNAME2.Reserved2

DUMMYSTRUCTNAME2.CSI

AsUlong

Osservazioni:

Il comando Identify restituisce informazioni sul controller nella struttura dei dati NVME_IDENTIFY_CONTROLLER_DATA e informazioni sullo spazio dei nomi nella struttura dei dati NVME_IDENTIFY_NAMESPACE_DATA .

Requisiti

Requisito Value
Client minimo supportato Windows 10
Header nvme.h

Vedere anche