Lines Matching refs:status
178 pci_ers_result_t status = PCI_ERS_RESULT_CAN_RECOVER;
198 pci_walk_bridge(bridge, report_frozen_detected, &status);
204 pci_walk_bridge(bridge, report_normal_detected, &status);
207 if (status == PCI_ERS_RESULT_CAN_RECOVER) {
208 status = PCI_ERS_RESULT_RECOVERED;
210 pci_walk_bridge(bridge, report_mmio_enabled, &status);
213 if (status == PCI_ERS_RESULT_NEED_RESET) {
219 status = PCI_ERS_RESULT_RECOVERED;
221 pci_walk_bridge(bridge, report_slot_reset, &status);
224 if (status != PCI_ERS_RESULT_RECOVERED)
228 pci_walk_bridge(bridge, report_resume, &status);
234 return status;
242 return status;