Lines Matching refs:status
203 pci_ers_result_t status = PCI_ERS_RESULT_CAN_RECOVER;
227 pci_walk_bridge(bridge, report_frozen_detected, &status);
233 pci_walk_bridge(bridge, report_normal_detected, &status);
236 if (status == PCI_ERS_RESULT_CAN_RECOVER) {
237 status = PCI_ERS_RESULT_RECOVERED;
239 pci_walk_bridge(bridge, report_mmio_enabled, &status);
242 if (status == PCI_ERS_RESULT_NEED_RESET) {
248 status = PCI_ERS_RESULT_RECOVERED;
250 pci_walk_bridge(bridge, report_slot_reset, &status);
253 if (status != PCI_ERS_RESULT_RECOVERED)
257 pci_walk_bridge(bridge, report_resume, &status);
260 * If we have native control of AER, clear error status in the device
262 * it is responsible for clearing this status. In that case, the
273 return status;
283 return status;