Lines Matching refs:option
298 static int pseries_eeh_set_option(struct eeh_pe *pe, int option) in pseries_eeh_set_option() argument
309 switch (option) { in pseries_eeh_set_option()
323 __func__, option); in pseries_eeh_set_option()
329 BUID_LO(pe->phb->buid), option); in pseries_eeh_set_option()
477 static int pseries_eeh_reset(struct eeh_pe *pe, int option) in pseries_eeh_reset() argument
490 BUID_LO(pe->phb->buid), option); in pseries_eeh_reset()
493 if (option == EEH_RESET_FUNDAMENTAL && in pseries_eeh_reset()
495 option = EEH_RESET_HOT; in pseries_eeh_reset()
498 BUID_LO(pe->phb->buid), option); in pseries_eeh_reset()
502 if (option == EEH_RESET_FUNDAMENTAL || in pseries_eeh_reset()
503 option == EEH_RESET_HOT) in pseries_eeh_reset()