Searched refs:pci_error_handlers (Results 1 – 25 of 85) sorted by relevance
1234
| /Linux-v6.1/drivers/pci/pcie/ |
| D | err.c | 54 const struct pci_error_handlers *err_handler; in report_error_detected() 102 const struct pci_error_handlers *err_handler; in report_mmio_enabled() 123 const struct pci_error_handlers *err_handler; in report_slot_reset() 143 const struct pci_error_handlers *err_handler; in report_resume()
|
| D | portdrv_pci.c | 189 static const struct pci_error_handlers pcie_portdrv_err_handler = {
|
| /Linux-v6.1/drivers/misc/cxl/ |
| D | guest.c | 20 static void pci_error_handlers(struct cxl_afu *afu, in pci_error_handlers() function 26 const struct pci_error_handlers *err_handler; in pci_error_handlers() 275 pci_error_handlers(afu, CXL_ERROR_DETECTED_EVENT, in guest_reset() 284 pci_error_handlers(afu, CXL_SLOT_RESET_EVENT, in guest_reset() 286 pci_error_handlers(afu, CXL_RESUME_EVENT, 0); in guest_reset() 846 pci_error_handlers(afu, CXL_ERROR_DETECTED_EVENT, in afu_update_state() 855 pci_error_handlers(afu, CXL_SLOT_RESET_EVENT, in afu_update_state() 857 pci_error_handlers(afu, CXL_RESUME_EVENT, 0); in afu_update_state() 868 pci_error_handlers(afu, CXL_ERROR_DETECTED_EVENT, in afu_update_state()
|
| D | pci.c | 1799 const struct pci_error_handlers *err_handler; in cxl_vphb_error_detected() 1980 const struct pci_error_handlers *err_handler; in cxl_pci_slot_reset() 2071 const struct pci_error_handlers *err_handler; in cxl_pci_resume() 2098 static const struct pci_error_handlers cxl_err_handler = {
|
| /Linux-v6.1/drivers/net/ethernet/sfc/ |
| D | efx_common.h | 104 extern const struct pci_error_handlers efx_err_handlers;
|
| D | efx_common.c | 1287 const struct pci_error_handlers efx_err_handlers = {
|
| /Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
| D | efx_common.h | 107 extern const struct pci_error_handlers efx_siena_err_handlers;
|
| D | efx_common.c | 1299 const struct pci_error_handlers efx_siena_err_handlers = {
|
| /Linux-v6.1/include/linux/ |
| D | vfio_pci_core.h | 113 extern const struct pci_error_handlers vfio_pci_core_err_handlers;
|
| D | pci.h | 829 struct pci_error_handlers { struct 919 const struct pci_error_handlers *err_handler;
|
| /Linux-v6.1/drivers/crypto/qat/qat_common/ |
| D | adf_aer.c | 169 const struct pci_error_handlers adf_err_handler = {
|
| D | adf_common_drv.h | 90 extern const struct pci_error_handlers adf_err_handler;
|
| /Linux-v6.1/drivers/tty/serial/jsm/ |
| D | jsm_driver.c | 41 static const struct pci_error_handlers jsm_err_handler = {
|
| /Linux-v6.1/drivers/platform/x86/intel/ |
| D | vsec.c | 480 static const struct pci_error_handlers intel_vsec_pci_err_handlers = {
|
| /Linux-v6.1/drivers/infiniband/hw/qib/ |
| D | qib_pcie.c | 601 const struct pci_error_handlers qib_pci_err_handler = {
|
| D | qib.h | 94 extern const struct pci_error_handlers qib_pci_err_handler;
|
| /Linux-v6.1/drivers/misc/habanalabs/common/ |
| D | habanalabs_drv.c | 649 static const struct pci_error_handlers hl_pci_err_handler = {
|
| /Linux-v6.1/drivers/scsi/elx/efct/ |
| D | efct_driver.c | 737 static struct pci_error_handlers efct_pci_err_handler = {
|
| /Linux-v6.1/drivers/vfio/pci/mlx5/ |
| D | main.c | 665 static const struct pci_error_handlers mlx5vf_err_handlers = {
|
| /Linux-v6.1/drivers/misc/genwqe/ |
| D | card_base.c | 1328 static const struct pci_error_handlers genwqe_err_handler = {
|
| /Linux-v6.1/drivers/scsi/csiostor/ |
| D | csio_init.c | 1165 static struct pci_error_handlers csio_err_handler = {
|
| /Linux-v6.1/drivers/bus/mhi/host/ |
| D | pci_generic.c | 1065 static const struct pci_error_handlers mhi_pci_err_handler = {
|
| /Linux-v6.1/drivers/infiniband/hw/hfi1/ |
| D | pcie.c | 591 const struct pci_error_handlers hfi1_pci_err_handler = {
|
| /Linux-v6.1/Documentation/PCI/ |
| D | pcieaer-howto.rst | 170 pci_error_handlers who consists of a couple of callback function
|
| /Linux-v6.1/drivers/media/pci/ngene/ |
| D | ngene-cards.c | 1206 static const struct pci_error_handlers ngene_errors = {
|
1234