/linux/drivers/net/arcnet/ |
H A D | arcnet.c | 390 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 D | arcdevice.h | 305 int reset_in_progress; member
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 149 if (mrioc->reset_in_progress) { in mpi3mr_report_manufacture() 744 !mrioc->reset_in_progress) in mpi3mr_del_phy_from_an_existing_port() 802 if (mrioc->reset_in_progress) { in mpi3mr_set_identify() 1030 if (mrioc->reset_in_progress || in mpi3mr_alloc_hba_port() 1081 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_update_links() 2007 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_expander_add() 2213 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_expander_node_remove() 2263 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_expander_remove() 2569 if (mrioc->reset_in_progress) { in mpi3mr_get_expander_phy_error_log() 2833 if (mrioc->reset_in_progress) { in mpi3mr_expander_phy_control() [all …]
|
H A D | mpi3mr_app.c | 850 if (mrioc->reset_in_progress) { in mpi3mr_bsg_pel_abort() 982 if (mrioc->reset_in_progress) { in mpi3mr_bsg_refresh_hdb_triggers() 1104 if (mrioc->reset_in_progress) { in mpi3mr_bsg_repost_hdb() 1305 if (mrioc->reset_in_progress) { in mpi3mr_bsg_pel_enable() 1562 else if ((mrioc->reset_in_progress) || (mrioc->stop_bsgs)) in mpi3mr_bsg_populate_adpinfo() 2594 if (mrioc->reset_in_progress) { in mpi3mr_bsg_process_mpt_cmds() 3133 else if (mrioc->reset_in_progress || mrioc->stop_bsgs || in adp_state_show()
|
H A D | mpi3mr_os.c | 959 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_report_tgtdev_to_host() 3815 if (mrioc->reset_in_progress) { in mpi3mr_issue_tm() 4225 while (mrioc->reset_in_progress || in mpi3mr_eh_bus_reset() 4924 if (mrioc->reset_in_progress || mrioc->prepare_for_reset in mpi3mr_qcmd() 5404 while (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_remove() 5495 while (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_shutdown() 5532 while (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_suspend() 5645 if (mrioc->reset_in_progress || mrioc->is_driver_loading) in mpi3mr_pcierr_error_detected() 5704 if (mrioc->reset_in_progress) in mpi3mr_pcierr_slot_reset()
|
H A D | mpi3mr_fw.c | 628 if ((mrioc->reset_in_progress || mrioc->prepare_for_reset || in mpi3mr_blk_mq_poll() 1764 if (!ignore_reset && mrioc->reset_in_progress) { in mpi3mr_admin_request_post() 2440 if (mrioc->reset_in_progress) { in mpi3mr_op_request_post() 2714 if (mrioc->reset_in_progress || mrioc->pci_err_recovery) in mpi3mr_watchdog_work() 4909 if (!mrioc->unrecoverable && !mrioc->reset_in_progress && in mpi3mr_cleanup_ioc() 5277 } while (mrioc->reset_in_progress == 1); in mpi3mr_soft_reset_handler() 5288 mrioc->reset_in_progress = 1; in mpi3mr_soft_reset_handler() 5384 mrioc->reset_in_progress = 0; in mpi3mr_soft_reset_handler() 5408 mrioc->reset_in_progress = 0; in mpi3mr_soft_reset_handler()
|
H A D | mpi3mr.h | 1278 u8 reset_in_progress; member
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 39 bool reset_in_progress; member
|
H A D | intel_uc.c | 606 uc->reset_in_progress = true; in intel_uc_reset_prepare() 640 uc->reset_in_progress = false; in intel_uc_reset_finish()
|
H A D | intel_guc_ct.c | 844 WARN(!uc->reset_in_progress, "Unexpected send: action=%#x\n", *action); in intel_guc_ct_send()
|
H A D | intel_guc_capture.c | 1344 if (!uc->reset_in_progress) { in __guc_capture_process_output()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_hwmon.c | 63 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/gpu/drm/panthor/ |
H A D | panthor_mmu.c | 97 bool reset_in_progress; member 1793 ptdev->mmu->vm.reset_in_progress = true; in panthor_mmu_pre_reset() 1834 ptdev->mmu->vm.reset_in_progress = false; in panthor_mmu_post_reset() 1856 if (ptdev->mmu->vm.reset_in_progress) in panthor_vm_free() 2348 if (ptdev->mmu->vm.reset_in_progress) in panthor_vm_create()
|
/linux/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet.h | 594 bool reset_in_progress; member
|
H A D | xilinx_axienet_main.c | 526 if (lp->reset_in_progress) in axienet_stat() 538 lp->reset_in_progress = reset; in axienet_stats_update() 603 lp->reset_in_progress = false; in __axienet_device_reset()
|
/linux/drivers/scsi/ |
H A D | hpsa.h | 311 u8 reset_in_progress; member
|
H A D | hpsa.c | 1938 if (h->reset_in_progress) { in adjust_hpsa_scsi_table() 5808 if (h->reset_in_progress) { in hpsa_scan_start() 6040 h->reset_in_progress = 1; in hpsa_eh_device_reset_handler() 6120 h->reset_in_progress = 0; in hpsa_eh_device_reset_handler() 8539 if (h->reset_in_progress) { in hpsa_perform_rescan()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 773 reset_in_progress(const struct intel_engine_cs *engine) in reset_in_progress() function 791 if (reset_in_progress(engine)) in assert_pending_valid() 1831 !reset_in_progress(engine)); in process_csb() 2983 GEM_BUG_ON(!reset_in_progress(engine)); in execlists_reset_prepare() 3249 GEM_BUG_ON(!reset_in_progress(engine)); in execlists_reset_finish()
|
/linux/include/linux/ |
H A D | usb.h | 606 * @reset_in_progress: the device is being reset 691 unsigned reset_in_progress:1; member
|