Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.9 KB

ns-nvme-nvme_command_effects_log.md

File metadata and controls

66 lines (52 loc) · 1.9 KB
UID tech.root title ms.date ms.topic targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:nvme.NVME_COMMAND_EFFECTS_LOG
fs
NVME_COMMAND_EFFECTS_LOG
02/19/2021
language-reference
Windows
Contains information that describes the commands that the controller supports and the effects of those commands on the state of the NVM subsystem.
structure
nvme.h
Windows 10
NVME_COMMAND_EFFECTS_LOG, *PNVME_COMMAND_EFFECTS_LOG
apiref
HeaderDef
nvme.h
PNVME_COMMAND_EFFECTS_LOG
NVME_COMMAND_EFFECTS_LOG
PNVME_COMMAND_EFFECTS_LOG
nvme/PNVME_COMMAND_EFFECTS_LOG
NVME_COMMAND_EFFECTS_LOG
nvme/NVME_COMMAND_EFFECTS_LOG
c++

NVME_COMMAND_EFFECTS_LOG structure

-description

Contains information that describes the commands that the controller supports and the effects of those commands on the state of the NVM subsystem.

The Command Effects log page is 4096 bytes in size. There is one NVME_COMMAND_EFFECTS_DATA structure per Admin command and one per I/O command (based on the I/O Command Set selected in the CSS field of the NVME_CONTROLLER_CONFIGURATION structure).

-struct-fields

-field ACS

A NVME_COMMAND_EFFECTS_DATA structure that describes the Admin commands that the controller supports and the effects of those commands.

-field IOCS

A NVME_COMMAND_EFFECTS_DATA structure that describes the I/O commands that the controller supports and the effects of those commands.

-field Reserved

-remarks

-see-also