The Pedigree Project 0.1
Public Attributes | List of all members
Nvme::Command Struct Reference
+ Collaboration diagram for Nvme::Command:

Public Attributes

uint32_t opcode
 
uint32_t nsid
 
uint64_t reserved
 
uint64_t metadata
 
uint64_t prp1
 
uint64_t prp2
 
uint32_t cdw10
 
uint32_t cdw11
 
uint32_t cdw12
 
uint32_t cdw13
 
uint32_t cdw14
 
uint32_t cdw15
 

Detailed Description

Definition at line 22 of file nvme/Registers.h.

Member Data Documentation

◆ cdw10

uint32_t Nvme::Command::cdw10

Definition at line 29 of file nvme/Registers.h.

◆ cdw11

uint32_t Nvme::Command::cdw11

Definition at line 30 of file nvme/Registers.h.

◆ cdw12

uint32_t Nvme::Command::cdw12

Definition at line 31 of file nvme/Registers.h.

◆ cdw13

uint32_t Nvme::Command::cdw13

Definition at line 32 of file nvme/Registers.h.

◆ cdw14

uint32_t Nvme::Command::cdw14

Definition at line 33 of file nvme/Registers.h.

◆ cdw15

uint32_t Nvme::Command::cdw15

Definition at line 34 of file nvme/Registers.h.

◆ metadata

uint64_t Nvme::Command::metadata

Definition at line 26 of file nvme/Registers.h.

◆ nsid

uint32_t Nvme::Command::nsid

Definition at line 24 of file nvme/Registers.h.

◆ opcode

uint32_t Nvme::Command::opcode

Definition at line 23 of file nvme/Registers.h.

◆ prp1

uint64_t Nvme::Command::prp1

Definition at line 27 of file nvme/Registers.h.

◆ prp2

uint64_t Nvme::Command::prp2

Definition at line 28 of file nvme/Registers.h.

◆ reserved

uint64_t Nvme::Command::reserved

Definition at line 25 of file nvme/Registers.h.


The documentation for this struct was generated from the following file: