OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
The main structure of completion queue entry. More...
#include <nvme.h>
Data Fields | |
union { | |
unsigned int dword [2] | |
struct { | |
union { | |
unsigned short statusFieldWord | |
struct { | |
unsigned short reserved0: 1 | |
unsigned short SC: 8 | |
unsigned short SCT: 3 | |
unsigned short reserved1: 2 | |
unsigned short MORE: 1 | |
unsigned short DNR: 1 | |
} statusField | |
} | |
unsigned int specific | |
} | |
}; | |
The main structure of completion queue entry.
A completion queue entry consisted of 4 DWORDs (16B)
union { ... } _NVME_COMPLETION::@73 |
struct { ... } _NVME_COMPLETION::statusField |