Lines Matching full:aer
34 /*Add sem for sync AER handling and xen_pcibk remove/reconfigue ops,
35 * We want to avoid in middle of AER ops, xen_pcibk devices is being removed
280 * pcistub and xen_pcibk when AER is in processing in pcistub_put_pci_dev()
679 /*PV AER handlers will set this flag*/ in kill_domain_by_device()
691 /* For each aer recovery step error_detected, mmio_enabled, etc, front_end and
705 /*with PV AER drivers*/ in common_process()
721 /*local flag to mark there's aer request, xen_pcibk callback will use in common_process()
722 * this flag to judge whether we need to check pci-front give aer in common_process()
751 "pcifront aer process not responding!\n"); in common_process()
801 "guest with no AER driver should have been killed\n"); in xen_pcibk_slot_reset()
809 "No AER slot_reset service or disconnected!\n"); in xen_pcibk_slot_reset()
858 "guest with no AER driver should have been killed\n"); in xen_pcibk_mmio_enabled()
866 "No AER mmio_enabled service or disconnected!\n"); in xen_pcibk_mmio_enabled()
912 /*Guest owns the device yet no aer handler regiested, kill guest*/ in xen_pcibk_error_detected()
915 dev_dbg(&dev->dev, "guest may have no aer driver, kill it\n"); in xen_pcibk_error_detected()
924 "No AER error_detected service or disconnected!\n"); in xen_pcibk_error_detected()
968 "guest with no AER driver should have been killed\n"); in xen_pcibk_error_resume()
981 /*add xen_pcibk AER handling*/