OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
_NVME_IO_CQ_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   irqVector: 3
 
      unsigned int   irqEn: 1
 
      unsigned int   reserved1: 3
 
      unsigned int   cqSize: 8
 
   } 
 
}; 
 

Detailed Description

Definition at line 260 of file host_lld.h.

Field Documentation

◆ 

union { ... } _NVME_IO_CQ_SET_REG::@43

◆ cqSize

unsigned int _NVME_IO_CQ_SET_REG::cqSize

Definition at line 273 of file host_lld.h.

◆ dword

unsigned int _NVME_IO_CQ_SET_REG::dword[2]

Definition at line 264 of file host_lld.h.

◆ irqEn

unsigned int _NVME_IO_CQ_SET_REG::irqEn

Definition at line 271 of file host_lld.h.

◆ irqVector

unsigned int _NVME_IO_CQ_SET_REG::irqVector

Definition at line 270 of file host_lld.h.

◆ pcieBaseAddrH

unsigned int _NVME_IO_CQ_SET_REG::pcieBaseAddrH

Definition at line 268 of file host_lld.h.

◆ pcieBaseAddrL

unsigned int _NVME_IO_CQ_SET_REG::pcieBaseAddrL

Definition at line 267 of file host_lld.h.

◆ reserved1

unsigned int _NVME_IO_CQ_SET_REG::reserved1

Definition at line 272 of file host_lld.h.

◆ valid

unsigned int _NVME_IO_CQ_SET_REG::valid

Definition at line 269 of file host_lld.h.


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