Home
last modified time | relevance | path

Searched refs:error_state (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v6.1/arch/s390/pci/
Dpci_event.c85 ers_res = driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_notify_error_detected()
124 pdev->error_state = pci_channel_io_normal; in zpci_event_do_error_state_clear()
144 pdev->error_state = pci_channel_io_normal; in zpci_event_do_reset()
173 if (pdev->error_state == pci_channel_io_perm_failure) { in zpci_event_attempt_error_recovery()
177 pdev->error_state = pci_channel_io_frozen; in zpci_event_attempt_error_recovery()
234 pdev->error_state = es; in zpci_event_io_failure()
246 driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_io_failure()
Dpci_bus.c118 pdev->error_state = pci_channel_io_perm_failure; in zpci_bus_remove_device()
/Linux-v6.1/drivers/pci/
Dpci.h324 switch (dev->error_state) { in pci_dev_set_io_state()
333 switch (dev->error_state) { in pci_dev_set_io_state()
341 switch (dev->error_state) { in pci_dev_set_io_state()
350 dev->error_state = new; in pci_dev_set_io_state()
365 return dev->error_state == pci_channel_io_perm_failure; in pci_dev_is_disconnected()
Dprobe.c1834 dev->error_state = pci_channel_io_normal; in pci_setup_device()
/Linux-v6.1/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c363 u8 error_state; member
830 if (es->usbcan.error_state & USBCAN_ERROR_STATE_TX_ERROR) in kvaser_usb_leaf_rx_error_update_can_state()
832 if (es->usbcan.error_state & USBCAN_ERROR_STATE_RX_ERROR) in kvaser_usb_leaf_rx_error_update_can_state()
834 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error_update_can_state()
923 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error()
959 es->usbcan.error_state |= USBCAN_ERROR_STATE_TX_ERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
963 es->usbcan.error_state |= USBCAN_ERROR_STATE_RX_ERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
968 es->usbcan.error_state |= USBCAN_ERROR_STATE_BUSERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
/Linux-v6.1/arch/powerpc/kernel/
Deeh_driver.c85 if (edev->pdev->error_state == pci_channel_io_perm_failure) in eeh_edev_actionable()
224 edev->pdev->error_state = s; in eeh_set_channel_state()
770 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_slot_presence_check()
800 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_clear_slot_attention()
Deeh_pe.c545 pdev->error_state = pci_channel_io_frozen; in eeh_pe_mark_isolated()
612 pdev->error_state = pci_channel_io_normal; in eeh_pe_state_clear()
Dpci_of_scan.c212 dev->error_state = pci_channel_io_normal; in of_create_pci_dev()
/Linux-v6.1/drivers/cpuidle/
Dsysfs.c481 goto error_state; in cpuidle_add_state_sysfs()
493 goto error_state; in cpuidle_add_state_sysfs()
502 error_state: in cpuidle_add_state_sysfs()
/Linux-v6.1/drivers/misc/echo/
Decho.c169 goto error_state; in oslec_create()
199 error_state: in oslec_create()
/Linux-v6.1/drivers/pci/pcie/
Derr.c62 dev->error_state, state); in report_error_detected()
/Linux-v6.1/drivers/usb/dwc2/
Dhcd.h115 u8 error_state; member
Dhcd.c525 if (chan->error_state) in dwc2_hc_enable_slave_ints()
541 if (chan->error_state) in dwc2_hc_enable_slave_ints()
593 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints()
2585 chan->error_state = (qtd->error_count > 0); in dwc2_assign_and_init_hc()
/Linux-v6.1/drivers/misc/cxl/
Dguest.c39 afu_dev->error_state = state; in pci_error_handlers()
46 afu_dev->error_state = state; in pci_error_handlers()
Dpci.c1814 afu_dev->error_state = state; in cxl_vphb_error_detected()
2029 afu_dev->error_state = pci_channel_io_normal; in cxl_pci_slot_reset()
/Linux-v6.1/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c1188 if ((pdev->error_state) && (pdev->error_state != pci_channel_io_normal)) in pch_gbe_update_stats()
1925 if ((pdev->error_state) && (pdev->error_state != pci_channel_io_normal)) in pch_gbe_down()
/Linux-v6.1/arch/sparc/kernel/
Dpci.c331 dev->error_state = pci_channel_io_normal; in of_create_pci_dev()
/Linux-v6.1/include/linux/
Dpci.h401 pci_channel_state_t error_state; /* Current connectivity state */ member
544 return (pdev->error_state != pci_channel_io_normal); in pci_channel_offline()
/Linux-v6.1/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c2101 if (pdev->error_state != pci_channel_io_normal) { in fm10k_probe()
/Linux-v6.1/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c158 if (dev->error_state == pci_channel_io_normal) in cleanup_aer_uncorrect_error_status()
Dlio_main.c293 if (dev->error_state == pci_channel_io_normal) in cleanup_aer_uncorrect_error_status()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_mr.c55 if (ha->pdev->error_state == pci_channel_io_perm_failure) { in qlafx00_mailbox_command()
/Linux-v6.1/drivers/nvme/host/
Dpci.c2696 pdev->error_state != pci_channel_io_normal); in nvme_dev_disable()
/Linux-v6.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c3768 pdev->error_state = pci_channel_io_normal; in qlcnic_attach_func()
Dqlcnic_83xx_hw.c4217 pdev->error_state = pci_channel_io_normal; in qlcnic_83xx_io_slot_reset()

12