Searched refs:pci_error_handlers (Results  1 – 25 of 70) sorted by relevance
123
| /Linux-v5.4/drivers/pci/pcie/ | 
| D | err.c | 51 	const struct pci_error_handlers *err_handler;  in report_error_detected()91 	const struct pci_error_handlers *err_handler;  in report_mmio_enabled()
 110 	const struct pci_error_handlers *err_handler;  in report_slot_reset()
 128 	const struct pci_error_handlers *err_handler;  in report_resume()
 
 | 
| D | portdrv_pci.c | 193 static const struct pci_error_handlers pcie_portdrv_err_handler = {
 | 
| /Linux-v5.4/drivers/misc/cxl/ | 
| D | guest.c | 18 static void pci_error_handlers(struct cxl_afu *afu,  in pci_error_handlers()  function269 			pci_error_handlers(afu, CXL_ERROR_DETECTED_EVENT,  in guest_reset()
 278 			pci_error_handlers(afu, CXL_SLOT_RESET_EVENT,  in guest_reset()
 280 			pci_error_handlers(afu, CXL_RESUME_EVENT, 0);  in guest_reset()
 840 		pci_error_handlers(afu, CXL_ERROR_DETECTED_EVENT,  in afu_update_state()
 849 			pci_error_handlers(afu, CXL_SLOT_RESET_EVENT,  in afu_update_state()
 851 			pci_error_handlers(afu, CXL_RESUME_EVENT, 0);  in afu_update_state()
 862 		pci_error_handlers(afu, CXL_ERROR_DETECTED_EVENT,  in afu_update_state()
 
 | 
| /Linux-v5.4/drivers/crypto/qat/qat_common/ | 
| D | adf_aer.c | 213 static const struct pci_error_handlers adf_err_handler = {
 | 
| /Linux-v5.4/drivers/tty/serial/jsm/ | 
| D | jsm_driver.c | 42 static const struct pci_error_handlers jsm_err_handler = {
 | 
| /Linux-v5.4/drivers/infiniband/hw/qib/ | 
| D | qib_pcie.c | 608 const struct pci_error_handlers qib_pci_err_handler = {
 | 
| D | qib.h | 94 extern const struct pci_error_handlers qib_pci_err_handler;
 | 
| /Linux-v5.4/drivers/misc/genwqe/ | 
| D | card_base.c | 1327 static struct pci_error_handlers genwqe_err_handler = {
 | 
| /Linux-v5.4/drivers/crypto/hisilicon/zip/ | 
| D | zip_main.c | 938 static const struct pci_error_handlers hisi_zip_err_handler = {
 | 
| /Linux-v5.4/drivers/scsi/csiostor/ | 
| D | csio_init.c | 1168 static struct pci_error_handlers csio_err_handler = {
 | 
| /Linux-v5.4/Documentation/PCI/ | 
| D | pcieaer-howto.rst | 176 pci_error_handlers who consists of a couple of callback function
 | 
| D | pci-error-recovery.rst | 80 	struct pci_error_handlers
 | 
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ | 
| D | pcie.c | 632 const struct pci_error_handlers hfi1_pci_err_handler = {
 | 
| D | hfi.h | 159 extern const struct pci_error_handlers hfi1_pci_err_handler;
 | 
| /Linux-v5.4/drivers/block/rsxx/ | 
| D | core.c | 1061 static const struct pci_error_handlers rsxx_err_handler = {
 | 
| /Linux-v5.4/include/linux/ | 
| D | pci.h | 760 struct pci_error_handlers {  struct837 	const struct pci_error_handlers *err_handler;
 
 | 
| /Linux-v5.4/drivers/media/pci/ngene/ | 
| D | ngene-cards.c | 1210 static const struct pci_error_handlers ngene_errors = {
 | 
| /Linux-v5.4/drivers/vfio/pci/ | 
| D | vfio_pci.c | 1427 static const struct pci_error_handlers vfio_err_handlers = {
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | main.c | 1486 static const struct pci_error_handlers mlx5_err_handler = {
 | 
| /Linux-v5.4/drivers/xen/xen-pciback/ | 
| D | pci_stub.c | 986 static const struct pci_error_handlers xen_pcibk_error_handler = {
 | 
| /Linux-v5.4/drivers/dma/ioat/ | 
| D | init.c | 1310 static const struct pci_error_handlers ioat_err_handler = {
 | 
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ | 
| D | sym_glue.c | 2027 static const struct pci_error_handlers sym2_err_handler = {
 | 
| /Linux-v5.4/drivers/scsi/bfa/ | 
| D | bfad.c | 1677 static struct pci_error_handlers bfad_err_handler = {
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | pci.c | 4781 	const struct pci_error_handlers *err_handler =  in pci_dev_save_and_disable()4812 	const struct pci_error_handlers *err_handler =  in pci_dev_restore()
 
 | 
| /Linux-v5.4/drivers/scsi/aacraid/ | 
| D | linit.c | 2081 static struct pci_error_handlers aac_pci_err_handler = {
 | 
        123