Lines Matching refs:eeh_ops
132 if (!eeh_ops || !eeh_ops->err_inject) in pnv_eeh_ei_write()
158 ret = eeh_ops->err_inject(pe, type, func, addr, mask); in pnv_eeh_ei_write()
862 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
865 eeh_ops->write_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
869 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset()
871 eeh_ops->write_config(pdn, PCI_BRIDGE_CONTROL, 2, ctrl); in pnv_eeh_bridge_reset()
876 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset()
878 eeh_ops->write_config(pdn, PCI_BRIDGE_CONTROL, 2, ctrl); in pnv_eeh_bridge_reset()
884 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
887 eeh_ops->write_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
1269 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1460 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1507 static struct eeh_ops pnv_eeh_ops = {