search for: pciback_error_handler

Displaying 1 result from an estimated 1 matches for "pciback_error_handler".

Did you mean: pciback_err_handler
2008 Nov 14
2
[RFC][patch 0/7] Enable PCIE-AER support for XEN
...aer interrupt context. For each recovery process (error_detected, mmio_enabled, slot_reset, error_resume), aer core will cooperate with each below devices which has registered pci_error_handlers to finish the process. For details, please see the related docs in kernel (attached aer_doc.patch). 6) pciback_error_handler will then be called by AER core for each above four processing. Pciback will send the processing notification to pcifront, pcifront then try to call the corresponding device driver if device driver has the pci_error_handler.. If all each recovery process succeeds, this pcie error should have been...