eeh_pe_reset
int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
EXPORT_SYMBOL_GPL(eeh_pe_reset);
ret = eeh_pe_reset(pe, type, include_passed);
ret = eeh_pe_reset(pe, EEH_RESET_DEACTIVATE,
return eeh_pe_reset(pe, EEH_RESET_DEACTIVATE, true);
return eeh_pe_reset(pe, EEH_RESET_HOT, true);
return eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL, true);