Home
last modified time | relevance | path

Searched refs:reset_in_progress (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/arcnet/
H A Darcnet.c390 if (!lp->reset_in_progress && !netif_carrier_ok(dev)) { in arcnet_timer()
409 if (!netif_running(dev) || !lp->reset_in_progress) in reset_device_work()
418 if (!netif_running(dev) || !lp->reset_in_progress) in reset_device_work()
636 lp->reset_in_progress = 0; in arcnet_close()
871 if (lp->reset_in_progress) in arcnet_interrupt()
907 lp->reset_in_progress = 1; in arcnet_interrupt()
H A Darcdevice.h305 int reset_in_progress; member
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h39 bool reset_in_progress; member
H A Dintel_uc.c607 uc->reset_in_progress = true; in intel_uc_reset_prepare()
641 uc->reset_in_progress = false; in intel_uc_reset_finish()
H A Dintel_guc_ct.c845 WARN(!uc->reset_in_progress, "Unexpected send: action=%#x\n", *action); in intel_guc_ct_send()
1332 GEM_WARN_ON(!guc_to_gt(guc)->uc.reset_in_progress); in ct_try_receive_message()
H A Dintel_guc_capture.c1344 if (!uc->reset_in_progress) { in __guc_capture_process_output()
/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c63 bool reset_in_progress; member
457 if (!hwmon->ddat.reset_in_progress) in hwm_power_max_write()
554 hwmon->ddat.reset_in_progress = true; in i915_hwmon_power_max_disable()
573 hwmon->ddat.reset_in_progress = false; in i915_hwmon_power_max_restore()
/linux/drivers/scsi/fnic/
H A Dfip.c660 while (fnic->reset_in_progress == IN_PROGRESS) { in fnic_fcoe_process_cvl()
676 fnic->reset_in_progress = IN_PROGRESS; in fnic_fcoe_process_cvl()
678 fnic->reset_in_progress = NOT_IN_PROGRESS; in fnic_fcoe_process_cvl()
H A Dfnic_fcs.c201 while (fnic->reset_in_progress == IN_PROGRESS) { in fnic_handle_link()
224 fnic->reset_in_progress = IN_PROGRESS; in fnic_handle_link()
275 fnic->reset_in_progress = NOT_IN_PROGRESS; in fnic_handle_link()
H A Dfnic_scsi.c2705 (fnic->reset_in_progress) || in fnic_device_reset()
2894 if (fnic->reset_in_progress == NOT_IN_PROGRESS) { in fnic_host_reset()
2895 fnic->reset_in_progress = IN_PROGRESS; in fnic_host_reset()
2902 if (fnic->reset_in_progress == IN_PROGRESS) { in fnic_host_reset()
2908 fnic->reset_in_progress = IN_PROGRESS; in fnic_host_reset()
2920 fnic->reset_in_progress = NOT_IN_PROGRESS; in fnic_host_reset()
H A Dfnic.h399 u32 reset_in_progress; member
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c100 bool reset_in_progress; member
1778 ptdev->mmu->vm.reset_in_progress = true; in panthor_mmu_pre_reset()
1819 ptdev->mmu->vm.reset_in_progress = false; in panthor_mmu_post_reset()
1841 if (ptdev->mmu->vm.reset_in_progress) in panthor_vm_free()
2368 if (ptdev->mmu->vm.reset_in_progress) in panthor_vm_create()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h604 bool reset_in_progress; member
H A Dxilinx_axienet_main.c557 if (lp->reset_in_progress) in axienet_stat()
569 lp->reset_in_progress = reset; in axienet_stats_update()
634 lp->reset_in_progress = false; in __axienet_device_reset()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c966 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_report_tgtdev_to_host()
3876 if (mrioc->reset_in_progress) { in mpi3mr_issue_tm()
4300 while (mrioc->reset_in_progress || in mpi3mr_eh_bus_reset()
5085 if (mrioc->reset_in_progress || mrioc->prepare_for_reset in mpi3mr_qcmd()
5568 while (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_remove()
5659 while (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_shutdown()
5696 while (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_suspend()
5809 if (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_pcierr_error_detected()
5868 if (mrioc->reset_in_progress) in mpi3mr_pcierr_slot_reset()
H A Dmpi3mr.h1303 u8 reset_in_progress; member
/linux/drivers/scsi/
H A Dhpsa.h311 u8 reset_in_progress; member
/linux/drivers/usb/core/
H A Dhub.c6370 if (udev->reset_in_progress) in usb_reset_device()
6372 udev->reset_in_progress = 1; in usb_reset_device()
6438 udev->reset_in_progress = 0; in usb_reset_device()