Searched refs:hp_elog (Results 1 – 6 of 6) sorted by relevance
333 int handle_dlpar_errorlog(struct pseries_hp_errorlog *hp_elog) in handle_dlpar_errorlog() argument338 switch (hp_elog->id_type) { in handle_dlpar_errorlog()340 hp_elog->_drc_u.drc_count = in handle_dlpar_errorlog()341 be32_to_cpu(hp_elog->_drc_u.drc_count); in handle_dlpar_errorlog()344 hp_elog->_drc_u.drc_index = in handle_dlpar_errorlog()345 be32_to_cpu(hp_elog->_drc_u.drc_index); in handle_dlpar_errorlog()348 hp_elog->_drc_u.ic.count = in handle_dlpar_errorlog()349 be32_to_cpu(hp_elog->_drc_u.ic.count); in handle_dlpar_errorlog()350 hp_elog->_drc_u.ic.index = in handle_dlpar_errorlog()351 be32_to_cpu(hp_elog->_drc_u.ic.index); in handle_dlpar_errorlog()[all …]
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
106 int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog) in dlpar_hp_pmem() argument119 if (hp_elog->id_type != PSERIES_HP_ELOG_ID_DRC_INDEX) { in dlpar_hp_pmem()121 hp_elog->id_type); in dlpar_hp_pmem()125 drc_index = hp_elog->_drc_u.drc_index; in dlpar_hp_pmem()129 if (hp_elog->action == PSERIES_HP_ELOG_ACTION_ADD) { in dlpar_hp_pmem()131 } else if (hp_elog->action == PSERIES_HP_ELOG_ACTION_REMOVE) { in dlpar_hp_pmem()134 pr_err("Unsupported hotplug action (%d)\n", hp_elog->action); in dlpar_hp_pmem()
588 static inline int dlpar_memory_remove(struct pseries_hp_errorlog *hp_elog) in dlpar_memory_remove() argument839 int dlpar_memory(struct pseries_hp_errorlog *hp_elog) in dlpar_memory() argument846 switch (hp_elog->action) { in dlpar_memory()848 switch (hp_elog->id_type) { in dlpar_memory()850 count = hp_elog->_drc_u.drc_count; in dlpar_memory()854 drc_index = hp_elog->_drc_u.drc_index; in dlpar_memory()858 count = hp_elog->_drc_u.ic.count; in dlpar_memory()859 drc_index = hp_elog->_drc_u.ic.index; in dlpar_memory()869 switch (hp_elog->id_type) { in dlpar_memory()871 count = hp_elog->_drc_u.drc_count; in dlpar_memory()[all …]
790 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog) in dlpar_cpu() argument795 count = hp_elog->_drc_u.drc_count; in dlpar_cpu()796 drc_index = hp_elog->_drc_u.drc_index; in dlpar_cpu()800 switch (hp_elog->action) { in dlpar_cpu()802 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_COUNT) in dlpar_cpu()804 else if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_cpu()810 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_COUNT) in dlpar_cpu()812 else if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_cpu()818 pr_err("Invalid action (%d) specified\n", hp_elog->action); in dlpar_cpu()
287 struct pseries_hp_errorlog *hp_elog; in ras_hotplug_interrupt() local298 hp_elog = (struct pseries_hp_errorlog *)pseries_log->data; in ras_hotplug_interrupt()304 if (hp_elog->resource == PSERIES_HP_ELOG_RESOURCE_MEM || in ras_hotplug_interrupt()305 hp_elog->resource == PSERIES_HP_ELOG_RESOURCE_CPU || in ras_hotplug_interrupt()306 hp_elog->resource == PSERIES_HP_ELOG_RESOURCE_PMEM) in ras_hotplug_interrupt()307 queue_hotplug_event(hp_elog); in ras_hotplug_interrupt()