Home
last modified time | relevance | path

Searched refs:error_state (Results 1 - 25 of 61) sorted by relevance

123

/kernel/linux/linux-6.6/arch/s390/pci/
H A 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()
H A Dpci_bus.c115 pdev->error_state = pci_channel_io_perm_failure; in zpci_bus_remove_device()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.h365 * @dev - pci device to set new error_state
380 xchg(&dev->error_state, pci_channel_io_perm_failure); in pci_dev_set_io_state()
383 old = cmpxchg(&dev->error_state, pci_channel_io_normal, in pci_dev_set_io_state()
387 old = cmpxchg(&dev->error_state, pci_channel_io_frozen, in pci_dev_set_io_state()
404 return dev->error_state == pci_channel_io_perm_failure; in pci_dev_is_disconnected()
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_event.c66 pdev->error_state = pci_channel_io_perm_failure; in __zpci_event_error()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Deeh_driver.c86 if (edev->pdev->error_state == pci_channel_io_perm_failure) in eeh_edev_actionable()
225 edev->pdev->error_state = s; in eeh_set_channel_state()
771 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_slot_presence_check()
801 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_clear_slot_attention()
H A Deeh_pe.c544 pdev->error_state = pci_channel_io_frozen; in eeh_pe_mark_isolated()
611 pdev->error_state = pci_channel_io_normal; in eeh_pe_state_clear()
H A Dpci_of_scan.c212 dev->error_state = pci_channel_io_normal; in of_create_pci_dev()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A 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()
H A 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()
H A Dpci_of_scan.c212 dev->error_state = pci_channel_io_normal; in of_create_pci_dev()
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dsysfs.c480 goto error_state; in cpuidle_add_state_sysfs()
492 goto error_state; in cpuidle_add_state_sysfs()
501 error_state: in cpuidle_add_state_sysfs()
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dsysfs.c488 goto error_state; in cpuidle_add_state_sysfs()
500 goto error_state; in cpuidle_add_state_sysfs()
509 error_state: in cpuidle_add_state_sysfs()
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c419 u8 error_state; member
1016 if (es->usbcan.error_state & USBCAN_ERROR_STATE_TX_ERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1018 if (es->usbcan.error_state & USBCAN_ERROR_STATE_RX_ERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1020 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1123 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error()
1160 es->usbcan.error_state |= USBCAN_ERROR_STATE_TX_ERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1164 es->usbcan.error_state |= USBCAN_ERROR_STATE_RX_ERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1169 es->usbcan.error_state |= USBCAN_ERROR_STATE_BUSERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c420 u8 error_state; member
1032 if (es->usbcan.error_state & USBCAN_ERROR_STATE_TX_ERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1034 if (es->usbcan.error_state & USBCAN_ERROR_STATE_RX_ERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1036 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1142 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error()
1178 es->usbcan.error_state |= USBCAN_ERROR_STATE_TX_ERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1182 es->usbcan.error_state |= USBCAN_ERROR_STATE_RX_ERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1187 es->usbcan.error_state |= USBCAN_ERROR_STATE_BUSERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
/kernel/linux/linux-5.10/drivers/misc/echo/
H A Decho.c169 goto error_state; in oslec_create()
199 error_state: in oslec_create()
/kernel/linux/linux-6.6/drivers/misc/echo/
H A Decho.c169 goto error_state; in oslec_create()
199 error_state: in oslec_create()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.h328 * @dev: PCI device to set new error_state
343 xchg(&dev->error_state, pci_channel_io_perm_failure); in pci_dev_set_io_state()
346 old = cmpxchg(&dev->error_state, pci_channel_io_normal, in pci_dev_set_io_state()
350 old = cmpxchg(&dev->error_state, pci_channel_io_frozen, in pci_dev_set_io_state()
/kernel/linux/linux-6.6/drivers/pci/pcie/
H A Derr.c63 dev->error_state, state); in report_error_detected()
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.c328 goto error_state; in sun6i_isp_capture_start_streaming()
343 error_state: in sun6i_isp_capture_start_streaming()
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c617 goto error_state; in sun6i_csi_capture_start_streaming()
632 error_state: in sun6i_csi_capture_start_streaming()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd.h86 * @error_state: True if the error count for this transaction is non-zero
144 u8 error_state; member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd.h57 * @error_state: True if the error count for this transaction is non-zero
115 u8 error_state; member
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c1211 if ((pdev->error_state) && (pdev->error_state != pci_channel_io_normal)) in pch_gbe_update_stats()
1946 if ((pdev->error_state) && (pdev->error_state != pci_channel_io_normal)) in pch_gbe_down()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A 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()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dguest.c33 afu_dev->error_state = state; in pci_error_handlers()
40 afu_dev->error_state = state; in pci_error_handlers()

Completed in 55 milliseconds

123