Lines Matching refs:read_config
188 eeh_ops->read_config(pdn, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log()
192 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log()
198 eeh_ops->read_config(pdn, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log()
202 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log()
210 eeh_ops->read_config(pdn, cap, 4, &cfg); in eeh_dump_dev_log()
214 eeh_ops->read_config(pdn, cap+4, 4, &cfg); in eeh_dump_dev_log()
226 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log()
253 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log()
754 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in eeh_restore_vf_config()
762 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCAP2, in eeh_restore_vf_config()
765 eeh_ops->read_config(pdn, in eeh_restore_vf_config()
776 eeh_ops->read_config(pdn, PCI_COMMAND, 2, &cmd); in eeh_restore_vf_config()
782 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in eeh_restore_vf_config()
794 eeh_ops->read_config(pdn, edev->aer_cap + PCI_ERR_CAP, in eeh_restore_vf_config()
988 eeh_ops->read_config(pdn, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()