OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <request_schedule.h>
Data Fields | |
unsigned int | dieState: 8 |
unsigned int | reqStatusCheckOpt: 4 |
unsigned int | prevWay: 4 |
unsigned int | nextWay: 4 |
unsigned int | reserved: 12 |
like a node of doubly-linked list.
Each entry consist of 4 members:
In the beginning, the dieState of each way was initialized to IDLE and all the ways of this channel were connected in serial order.
Definition at line 122 of file request_schedule.h.
unsigned int _DIE_STATE_ENTRY::dieState |
Definition at line 124 of file request_schedule.h.
unsigned int _DIE_STATE_ENTRY::nextWay |
Definition at line 127 of file request_schedule.h.
unsigned int _DIE_STATE_ENTRY::prevWay |
Definition at line 126 of file request_schedule.h.
unsigned int _DIE_STATE_ENTRY::reqStatusCheckOpt |
Definition at line 125 of file request_schedule.h.
unsigned int _DIE_STATE_ENTRY::reserved |
Definition at line 128 of file request_schedule.h.