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

The real address or entry index of the request. More...

#include <request_format.h>

Data Fields

union {
   unsigned int   addr
 
   unsigned int   entry
 
}; 
 

Detailed Description

The real address or entry index of the request.

This structure used to point the data buffer entry of this request. It may be a real data buffer address if the REQ_OPTION::dataBufFormat is REQ_OPT_DATA_BUF_ADDR, or a request entry index if the REQ_OPTION::dataBufFormat is REQ_OPT_DATA_BUF_ENTRY or REQ_OPT_DATA_BUF_TEMP_ENTRY.

Definition at line 155 of file request_format.h.

Field Documentation

◆ 

union { ... } _DATA_BUF_INFO::@171

◆ addr

unsigned int _DATA_BUF_INFO::addr

Definition at line 159 of file request_format.h.

◆ entry

unsigned int _DATA_BUF_INFO::entry

Definition at line 160 of file request_format.h.


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