FEMU  原版 master 7e238cc
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
NvmeCmd结构体 参考

#include <nvme.h>

NvmeCmd 的协作图:

成员变量

uint16_t opcode: 8
 
uint16_t fuse: 2
 
uint16_t res1: 4
 
uint16_t psdt: 2
 
uint16_t cid
 
uint32_t nsid
 
uint64_t res2
 
uint64_t mptr
 
NvmeCmdDptr dptr
 
uint32_t cdw10
 
uint32_t cdw11
 
uint32_t cdw12
 
uint32_t cdw13
 
uint32_t cdw14
 
uint32_t cdw15
 

结构体成员变量说明

◆ cdw10

uint32_t NvmeCmd::cdw10

◆ cdw11

uint32_t NvmeCmd::cdw11

◆ cdw12

uint32_t NvmeCmd::cdw12

◆ cdw13

uint32_t NvmeCmd::cdw13

◆ cdw14

uint32_t NvmeCmd::cdw14

◆ cdw15

uint32_t NvmeCmd::cdw15

◆ cid

uint16_t NvmeCmd::cid

◆ dptr

NvmeCmdDptr NvmeCmd::dptr

◆ fuse

uint16_t NvmeCmd::fuse

◆ mptr

uint64_t NvmeCmd::mptr

◆ nsid

uint32_t NvmeCmd::nsid

◆ opcode

uint16_t NvmeCmd::opcode

◆ psdt

uint16_t NvmeCmd::psdt

◆ res1

uint16_t NvmeCmd::res1

◆ res2

uint64_t NvmeCmd::res2

该结构体的文档由以下文件生成: