Linux Kernel
3.7.1
|
#include <edac.h>
Data Fields | |
int | chan_idx |
struct csrow_info * | csrow |
struct dimm_info * | dimm |
u32 | ce_count |
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.
struct csrow_info* csrow |