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

The structure of data buffer hash table. More...

#include <data_buffer.h>

Collaboration diagram for _DATA_BUF_HASH_TABLE:

Data Fields

DATA_BUF_HASH_ENTRY dataBufHash [AVAILABLE_DATA_BUFFER_ENTRY_COUNT]
 

Detailed Description

The structure of data buffer hash table.

A fixed-sized 1D data buffer bucket array. Used for fast finding the data buffer entry of a given request by the logicalSliceAddr.

Definition at line 159 of file data_buffer.h.

Field Documentation

◆ dataBufHash

DATA_BUF_HASH_ENTRY _DATA_BUF_HASH_TABLE::dataBufHash[AVAILABLE_DATA_BUFFER_ENTRY_COUNT]

Definition at line 161 of file data_buffer.h.


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