ecc_settings
static int toggle_ecc_err_reporting(struct ecc_settings *s, u16 nid, bool on)
static bool enable_ecc_error_reporting(struct ecc_settings *s, u16 nid,
static void restore_ecc_error_reporting(struct ecc_settings *s, u16 nid,
static struct ecc_settings **ecc_stngs;
struct ecc_settings *s;
s = kzalloc_obj(struct ecc_settings);
struct ecc_settings *s = ecc_stngs[nid];