Linux Kernel
3.7.1
|
Data Fields | |
struct device * | addrmatch_dev |
struct device * | chancounts_dev |
struct pci_dev * | pci_noncore |
struct pci_dev * | pci_mcr [MAX_MCR_FUNC+1] |
struct pci_dev * | pci_ch [NUM_CHANS][MAX_CHAN_FUNC+1] |
struct i7core_dev * | i7core_dev |
struct i7core_info | info |
struct i7core_inject | inject |
struct i7core_channel | channel [NUM_CHANS] |
int | ce_count_available |
unsigned long | udimm_ce_count [MAX_DIMMS] |
int | udimm_last_ce_count [MAX_DIMMS] |
unsigned long | rdimm_ce_count [NUM_CHANS][MAX_DIMMS] |
int | rdimm_last_ce_count [NUM_CHANS][MAX_DIMMS] |
bool | is_registered |
bool | enable_scrub |
struct mce | mce_entry [MCE_LOG_LEN] |
struct mce | mce_outentry [MCE_LOG_LEN] |
unsigned | mce_in |
unsigned | mce_out |
unsigned | mce_overrun |
int | dclk_freq |
struct edac_pci_ctl_info * | i7core_pci |
Definition at line 250 of file i7core_edac.c.
Definition at line 251 of file i7core_edac.c.
int ce_count_available |
Definition at line 263 of file i7core_edac.c.
Definition at line 251 of file i7core_edac.c.
Definition at line 261 of file i7core_edac.c.
int dclk_freq |
Definition at line 285 of file i7core_edac.c.
bool enable_scrub |
Definition at line 272 of file i7core_edac.c.
Definition at line 257 of file i7core_edac.c.
struct edac_pci_ctl_info* i7core_pci |
Definition at line 288 of file i7core_edac.c.
struct i7core_info info |
Definition at line 259 of file i7core_edac.c.
struct i7core_inject inject |
Definition at line 260 of file i7core_edac.c.
bool is_registered |
Definition at line 272 of file i7core_edac.c.
struct mce mce_entry[MCE_LOG_LEN] |
Definition at line 275 of file i7core_edac.c.
unsigned mce_in |
Definition at line 279 of file i7core_edac.c.
unsigned mce_out |
Definition at line 279 of file i7core_edac.c.
struct mce mce_outentry[MCE_LOG_LEN] |
Definition at line 276 of file i7core_edac.c.
unsigned mce_overrun |
Definition at line 282 of file i7core_edac.c.
struct pci_dev* pci_ch[NUM_CHANS][MAX_CHAN_FUNC+1] |
Definition at line 255 of file i7core_edac.c.
struct pci_dev* pci_mcr[MAX_MCR_FUNC+1] |
Definition at line 254 of file i7core_edac.c.
Definition at line 253 of file i7core_edac.c.
Definition at line 269 of file i7core_edac.c.
Definition at line 270 of file i7core_edac.c.
Definition at line 266 of file i7core_edac.c.
Definition at line 267 of file i7core_edac.c.