OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
The real address or entry index of the request. More...
#include <request_format.h>
Data Fields | |
union { | |
unsigned int addr | |
unsigned int entry | |
}; | |
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.
union { ... } _DATA_BUF_INFO::@171 |
unsigned int _DATA_BUF_INFO::addr |
Definition at line 159 of file request_format.h.
unsigned int _DATA_BUF_INFO::entry |
Definition at line 160 of file request_format.h.