Searched refs:EEH_PE_PHB (Results 1 – 5 of 5) sorted by relevance
77 if (pe->type & EEH_PE_PHB) in eeh_event_handler()185 } else if (pe->type & EEH_PE_PHB) { in eeh_remove_event()
98 pe = eeh_pe_alloc(phb, EEH_PE_PHB); in eeh_phb_pe_create()130 if ((pe->type & EEH_PE_PHB) && pe->phb == phb) in eeh_phb_pe_get()239 if (pe->type & EEH_PE_PHB) in __eeh_pe_get()443 if (pe->type & EEH_PE_PHB) in eeh_rmv_from_parent_pe()884 if (pe->type & EEH_PE_PHB) { in eeh_pe_bus_get()
297 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()511 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
481 if (pe->type & EEH_PE_PHB) in ioda_eeh_get_state()682 if (pe->type & EEH_PE_PHB) { in ioda_eeh_reset()916 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in ioda_eeh_get_pe()1100 if (parent_pe->type & EEH_PE_PHB) in ioda_eeh_next_error()
68 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro