Lines Matching refs:eeh_ops
116 if (!eeh_ops || !eeh_ops->err_inject) in pnv_eeh_ei_write()
142 ret = eeh_ops->err_inject(pe, type, func, addr, mask); in pnv_eeh_ei_write()
849 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
852 eeh_ops->write_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
856 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset()
858 eeh_ops->write_config(pdn, PCI_BRIDGE_CONTROL, 2, ctrl); in pnv_eeh_bridge_reset()
863 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset()
865 eeh_ops->write_config(pdn, PCI_BRIDGE_CONTROL, 2, ctrl); in pnv_eeh_bridge_reset()
871 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
874 eeh_ops->write_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
1255 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1452 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1503 static struct eeh_ops pnv_eeh_ops = {