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

#include <host_lld.h>

Data Fields

union {
   unsigned int   dword [2]
 
   struct {
      unsigned int   pcieBaseAddrL
 
      unsigned int   pcieBaseAddrH: 16
 
      unsigned int   valid: 1
 
      unsigned int   cqVector: 4
 
      unsigned int   reserved1: 3
 
      unsigned int   sqSize: 8
 
   } 
 
}; 
 

Detailed Description

Definition at line 242 of file host_lld.h.

Field Documentation

◆ 

union { ... } _NVME_IO_SQ_SET_REG::@39

◆ cqVector

unsigned int _NVME_IO_SQ_SET_REG::cqVector

Definition at line 252 of file host_lld.h.

◆ dword

unsigned int _NVME_IO_SQ_SET_REG::dword[2]

Definition at line 246 of file host_lld.h.

◆ pcieBaseAddrH

unsigned int _NVME_IO_SQ_SET_REG::pcieBaseAddrH

Definition at line 250 of file host_lld.h.

◆ pcieBaseAddrL

unsigned int _NVME_IO_SQ_SET_REG::pcieBaseAddrL

Definition at line 249 of file host_lld.h.

◆ reserved1

unsigned int _NVME_IO_SQ_SET_REG::reserved1

Definition at line 253 of file host_lld.h.

◆ sqSize

unsigned int _NVME_IO_SQ_SET_REG::sqSize

Definition at line 254 of file host_lld.h.

◆ valid

unsigned int _NVME_IO_SQ_SET_REG::valid

Definition at line 251 of file host_lld.h.


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