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

#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
 

Detailed Description

like a node of doubly-linked list.

Each entry consist of 4 members:

  • dieState
  • reqStatusCheckOpt
  • prevWay
  • nextWay

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.

Field Documentation

◆ dieState

unsigned int _DIE_STATE_ENTRY::dieState

Definition at line 124 of file request_schedule.h.

◆ nextWay

unsigned int _DIE_STATE_ENTRY::nextWay

Definition at line 127 of file request_schedule.h.

◆ prevWay

unsigned int _DIE_STATE_ENTRY::prevWay

Definition at line 126 of file request_schedule.h.

◆ reqStatusCheckOpt

unsigned int _DIE_STATE_ENTRY::reqStatusCheckOpt

Definition at line 125 of file request_schedule.h.

◆ reserved

unsigned int _DIE_STATE_ENTRY::reserved

Definition at line 128 of file request_schedule.h.


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