Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rank_info Struct Reference

#include <edac.h>

Data Fields

int chan_idx
 
struct csrow_infocsrow
 
struct dimm_infodimm
 
u32 ce_count
 

Detailed Description

struct rank_info - contains the information for one DIMM rank

: channel number where the rank is (typically, 0 or 1) : number of correctable errors for this rank : A pointer to the chip select row structure (the parent structure). The location of the rank is given by the (csrow->csrow_idx, chan_idx) vector. : A pointer to the DIMM structure, where the DIMM label information is stored.

FIXME: Currently, the EDAC core model will assume one DIMM per rank. This is a bad assumption, but it makes this patch easier. Later patches in this series will fix this issue.

Definition at line 515 of file edac.h.

Field Documentation

u32 ce_count

Definition at line 520 of file edac.h.

int chan_idx

Definition at line 516 of file edac.h.

Definition at line 517 of file edac.h.

Definition at line 518 of file edac.h.


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