Lines Matching defs:pe
34 struct eeh_pe *pe;
47 pe = eeh_iommu_group_to_pe(group);
48 if (!pe)
59 ret = eeh_pe_set_option(pe, EEH_OPT_DISABLE);
62 ret = eeh_pe_set_option(pe, EEH_OPT_ENABLE);
65 ret = eeh_pe_set_option(pe, EEH_OPT_THAW_MMIO);
68 ret = eeh_pe_set_option(pe, EEH_OPT_THAW_DMA);
71 ret = eeh_pe_get_state(pe);
74 ret = eeh_pe_reset(pe, EEH_RESET_DEACTIVATE, true);
77 ret = eeh_pe_reset(pe, EEH_RESET_HOT, true);
80 ret = eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL, true);
83 ret = eeh_pe_configure(pe);
92 ret = eeh_pe_inject_err(pe, op.err.type, op.err.func,