OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
_IO_READ_COMMAND_DW12 Struct Reference

#include <nvme.h>

Data Fields

union {
   unsigned int   dword
 
   struct {
      unsigned short   NLB
 
      unsigned short   reserved0: 10
 
      unsigned short   PRINFO: 4
 
      unsigned short   FUA: 1
 
      unsigned short   LR: 1
 
   } 
 
}; 
 

Detailed Description

Definition at line 841 of file nvme.h.

Field Documentation

◆ 

union { ... } _IO_READ_COMMAND_DW12::@158

◆ dword

unsigned int _IO_READ_COMMAND_DW12::dword

Definition at line 845 of file nvme.h.

◆ FUA

unsigned short _IO_READ_COMMAND_DW12::FUA

Definition at line 854 of file nvme.h.

◆ LR

unsigned short _IO_READ_COMMAND_DW12::LR

Definition at line 856 of file nvme.h.

◆ NLB

unsigned short _IO_READ_COMMAND_DW12::NLB

Definition at line 849 of file nvme.h.

◆ PRINFO

unsigned short _IO_READ_COMMAND_DW12::PRINFO

Definition at line 852 of file nvme.h.

◆ reserved0

unsigned short _IO_READ_COMMAND_DW12::reserved0

Definition at line 850 of file nvme.h.


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