Lines Matching refs:hp_elog
809 int dlpar_memory(struct pseries_hp_errorlog *hp_elog) in dlpar_memory() argument
816 switch (hp_elog->action) { in dlpar_memory()
818 switch (hp_elog->id_type) { in dlpar_memory()
820 count = be32_to_cpu(hp_elog->_drc_u.drc_count); in dlpar_memory()
824 drc_index = be32_to_cpu(hp_elog->_drc_u.drc_index); in dlpar_memory()
828 count = be32_to_cpu(hp_elog->_drc_u.ic.count); in dlpar_memory()
829 drc_index = be32_to_cpu(hp_elog->_drc_u.ic.index); in dlpar_memory()
839 switch (hp_elog->id_type) { in dlpar_memory()
841 count = be32_to_cpu(hp_elog->_drc_u.drc_count); in dlpar_memory()
845 drc_index = be32_to_cpu(hp_elog->_drc_u.drc_index); in dlpar_memory()
849 count = be32_to_cpu(hp_elog->_drc_u.ic.count); in dlpar_memory()
850 drc_index = be32_to_cpu(hp_elog->_drc_u.ic.index); in dlpar_memory()
860 pr_err("Invalid action (%d) specified\n", hp_elog->action); in dlpar_memory()