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()
485 static int pseries_eeh_reset(struct eeh_pe *pe, int option) in pseries_eeh_reset() argument
498 BUID_LO(pe->phb->buid), option); in pseries_eeh_reset()
501 if (option == EEH_RESET_FUNDAMENTAL && in pseries_eeh_reset()
503 option = EEH_RESET_HOT; in pseries_eeh_reset()
506 BUID_LO(pe->phb->buid), option); in pseries_eeh_reset()
510 if (option == EEH_RESET_FUNDAMENTAL || in pseries_eeh_reset()
511 option == EEH_RESET_HOT) in pseries_eeh_reset()