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

#include <request_format.h>

Data Fields

unsigned int dataBufFormat: 2
 Type of address stored in the SSD_REQ_FORMAT::dataBufInfo. More...
 
unsigned int nandAddr: 2
 Type of address stored in the SSD_REQ_FORMAT::nandInfo. More...
 
unsigned int nandEcc: 1
 
unsigned int nandEccWarning: 1
 
unsigned int rowAddrDependencyCheck: 1
 
unsigned int blockSpace: 1
 
unsigned int reserved0: 24
 

Detailed Description

Definition at line 213 of file request_format.h.

Field Documentation

◆ blockSpace

unsigned int _REQ_OPTION::blockSpace

Definition at line 231 of file request_format.h.

◆ dataBufFormat

unsigned int _REQ_OPTION::dataBufFormat

Type of address stored in the SSD_REQ_FORMAT::dataBufInfo.

REQ_OPT_DATA_BUF_(ENTRY|TEMP_ENTRY|ADDR|NONE)

Definition at line 220 of file request_format.h.

◆ nandAddr

unsigned int _REQ_OPTION::nandAddr

Type of address stored in the SSD_REQ_FORMAT::nandInfo.

0 for VSA, 1 for PHY

Definition at line 227 of file request_format.h.

◆ nandEcc

unsigned int _REQ_OPTION::nandEcc

Definition at line 228 of file request_format.h.

◆ nandEccWarning

unsigned int _REQ_OPTION::nandEccWarning

Definition at line 229 of file request_format.h.

◆ reserved0

unsigned int _REQ_OPTION::reserved0

Definition at line 232 of file request_format.h.

◆ rowAddrDependencyCheck

unsigned int _REQ_OPTION::rowAddrDependencyCheck

Definition at line 230 of file request_format.h.


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