Searched refs:EEH_PE_PHB (Results 1 – 6 of 6) sorted by relevance
76 if (pe->type & EEH_PE_PHB) in eeh_event_handler()183 } 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()242 if (pe->type & EEH_PE_PHB) in __eeh_pe_get()482 if (pe->type & EEH_PE_PHB) in eeh_rmv_from_parent_pe()940 if (pe->type & EEH_PE_PHB) in eeh_pe_bus_get()
308 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()539 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
829 if ((pe->type & EEH_PE_PHB) && in eeh_handle_normal_event()
733 if (pe->type & EEH_PE_PHB) in pnv_eeh_get_state()1102 if (pe->type & EEH_PE_PHB) in pnv_eeh_reset()1436 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in pnv_eeh_get_pe()1630 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
73 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro