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

#include <edac.h>

Data Fields

enum edac_mc_layer_type type
 
unsigned size
 
bool is_virt_csrow
 

Detailed Description

struct edac_mc_layer - describes the memory controller hierarchy : layer type : number of components per layer. For example, if the channel layer has two channels, size = 2 : This layer is part of the "csrow" when old API compatibility mode is enabled. Otherwise, it is a channel

Definition at line 399 of file edac.h.

Field Documentation

bool is_virt_csrow

Definition at line 402 of file edac.h.

unsigned size

Definition at line 401 of file edac.h.

Definition at line 400 of file edac.h.


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