Searched refs:hp_elog (Results 1 – 6 of 6) sorted by relevance
338 switch (hp_elog->id_type) { in handle_dlpar_errorlog()340 hp_elog->_drc_u.drc_count = in handle_dlpar_errorlog()344 hp_elog->_drc_u.drc_index = in handle_dlpar_errorlog()348 hp_elog->_drc_u.ic.count = in handle_dlpar_errorlog()350 hp_elog->_drc_u.ic.index = in handle_dlpar_errorlog()354 switch (hp_elog->resource) { in handle_dlpar_errorlog()356 rc = dlpar_memory(hp_elog); in handle_dlpar_errorlog()359 rc = dlpar_cpu(hp_elog); in handle_dlpar_errorlog()362 rc = dlpar_hp_pmem(hp_elog); in handle_dlpar_errorlog()367 hp_elog->resource); in handle_dlpar_errorlog()[all …]
105 int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog) in dlpar_hp_pmem() argument118 if (hp_elog->id_type != PSERIES_HP_ELOG_ID_DRC_INDEX) { in dlpar_hp_pmem()120 hp_elog->id_type); in dlpar_hp_pmem()124 drc_index = hp_elog->_drc_u.drc_index; in dlpar_hp_pmem()128 if (hp_elog->action == PSERIES_HP_ELOG_ACTION_ADD) { in dlpar_hp_pmem()130 } else if (hp_elog->action == PSERIES_HP_ELOG_ACTION_REMOVE) { in dlpar_hp_pmem()133 pr_err("Unsupported hotplug action (%d)\n", hp_elog->action); in dlpar_hp_pmem()
63 int dlpar_memory(struct pseries_hp_errorlog *hp_elog);64 int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog);66 static inline int dlpar_memory(struct pseries_hp_errorlog *hp_elog) in dlpar_memory() argument70 static inline int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog) in dlpar_hp_pmem() argument77 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog);79 static inline int dlpar_cpu(struct pseries_hp_errorlog *hp_elog) in dlpar_cpu() argument
874 switch (hp_elog->action) { in dlpar_memory()876 switch (hp_elog->id_type) { in dlpar_memory()878 count = hp_elog->_drc_u.drc_count; in dlpar_memory()882 drc_index = hp_elog->_drc_u.drc_index; in dlpar_memory()886 count = hp_elog->_drc_u.ic.count; in dlpar_memory()887 drc_index = hp_elog->_drc_u.ic.index; in dlpar_memory()897 switch (hp_elog->id_type) { in dlpar_memory()899 count = hp_elog->_drc_u.drc_count; in dlpar_memory()903 drc_index = hp_elog->_drc_u.drc_index; in dlpar_memory()907 count = hp_elog->_drc_u.ic.count; in dlpar_memory()[all …]
295 struct pseries_hp_errorlog *hp_elog; in ras_hotplug_interrupt() local306 hp_elog = (struct pseries_hp_errorlog *)pseries_log->data; in ras_hotplug_interrupt()312 if (hp_elog->resource == PSERIES_HP_ELOG_RESOURCE_MEM || in ras_hotplug_interrupt()313 hp_elog->resource == PSERIES_HP_ELOG_RESOURCE_CPU || in ras_hotplug_interrupt()314 hp_elog->resource == PSERIES_HP_ELOG_RESOURCE_PMEM) in ras_hotplug_interrupt()315 queue_hotplug_event(hp_elog); in ras_hotplug_interrupt()
747 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog) in dlpar_cpu() argument752 drc_index = hp_elog->_drc_u.drc_index; in dlpar_cpu()756 switch (hp_elog->action) { in dlpar_cpu()758 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) { in dlpar_cpu()772 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_cpu()778 pr_err("Invalid action (%d) specified\n", hp_elog->action); in dlpar_cpu()
Completed in 14 milliseconds