Home
last modified time | relevance | path

Searched refs:recovery_count (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
H A Dcmd640.c433 u8 active_count, recovery_count; in display_clocks() local
438 recovery_count = recovery_counts[index]; in display_clocks()
439 if (active_count > 3 && recovery_count == 1) in display_clocks()
440 ++recovery_count; in display_clocks()
442 recovery_count += 1; /* cmd640b uses (count + 1)*/ in display_clocks()
443 printk(", clocks=%d/%d/%d\n", setup_counts[index], active_count, recovery_count); in display_clocks()
464 u8 recovery_count = recovery_counts[index]; in program_drive_counts() local
481 if (recovery_count < recovery_counts[mate]) in program_drive_counts()
482 recovery_count = recovery_counts[mate]; in program_drive_counts()
508 __put_cmd640_reg(drwtim_regs[index], pack_nibbles(active_count, recovery_count)); in program_drive_counts()
520 u8 setup_count, active_count, recovery_count, recovery_count2, cycle_count; cmd640_set_mode() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-region-hash.c43 * io, up the recovery_count, and remove the region from the
85 struct semaphore recovery_count; member
217 sema_init(&rh->recovery_count, 0); in dm_region_hash_create()
382 up(&rh->recovery_count); in complete_resync_work()
627 while (!down_trylock(&rh->recovery_count)) { in dm_rh_recovery_prepare()
631 up(&rh->recovery_count); in dm_rh_recovery_prepare()
707 down(&rh->recovery_count); in dm_rh_stop_recovery()
716 up(&rh->recovery_count); in dm_rh_start_recovery()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-region-hash.c45 * io, up the recovery_count, and remove the region from the
88 struct semaphore recovery_count; member
220 sema_init(&rh->recovery_count, 0); in dm_region_hash_create()
385 up(&rh->recovery_count); in complete_resync_work()
630 while (!down_trylock(&rh->recovery_count)) { in dm_rh_recovery_prepare()
634 up(&rh->recovery_count); in dm_rh_recovery_prepare()
710 down(&rh->recovery_count); in dm_rh_stop_recovery()
719 up(&rh->recovery_count); in dm_rh_start_recovery()
/kernel/linux/linux-6.6/net/devlink/
H A Dhealth.c68 u64 recovery_count; member
293 reporter->recovery_count, DEVLINK_ATTR_PAD)) in devlink_nl_health_reporter_fill()
515 reporter->recovery_count++; in devlink_health_reporter_recovery_done()
614 (reporter->last_recovery_ts && reporter->recovery_count && in devlink_health_report()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dmain.c541 /* increment @recovery_count if less then WIL6210_FW_RECOVERY_TO in wil_fw_error_worker()
546 wil->recovery_count++; in wil_fw_error_worker()
548 wil->recovery_count = 1; /* fw was alive for a long time */ in wil_fw_error_worker()
550 if (wil->recovery_count > WIL6210_FW_RECOVERY_RETRIES) { in wil_fw_error_worker()
552 wil->recovery_count); in wil_fw_error_worker()
559 wil->recovery_count); in wil_fw_error_worker()
H A Dwil6210.h938 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
H A Ddebugfs.c2429 WIL_FIELD(recovery_count, 0444, doff_u32),
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dmain.c541 /* increment @recovery_count if less then WIL6210_FW_RECOVERY_TO in wil_fw_error_worker()
546 wil->recovery_count++; in wil_fw_error_worker()
548 wil->recovery_count = 1; /* fw was alive for a long time */ in wil_fw_error_worker()
550 if (wil->recovery_count > WIL6210_FW_RECOVERY_RETRIES) { in wil_fw_error_worker()
552 wil->recovery_count); in wil_fw_error_worker()
559 wil->recovery_count); in wil_fw_error_worker()
H A Dwil6210.h940 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
H A Ddebugfs.c2396 WIL_FIELD(recovery_count, 0444, doff_u32),
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h360 int recovery_count; member
H A Ddebugfs.c502 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
H A Dmain.c921 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery()
6418 wl->recovery_count = 0; in wlcore_alloc_hw()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h360 int recovery_count; member
H A Ddebugfs.c493 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
H A Dmain.c911 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery()
6350 wl->recovery_count = 0; in wlcore_alloc_hw()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dcore.h749 atomic_t recovery_count; member
H A Dcore.c826 atomic_set(&ab->recovery_count, 0); in ath12k_core_reset()
H A Dmac.c6735 int recovery_count; in ath12k_mac_op_reconfig_complete() local
6749 recovery_count = atomic_inc_return(&ab->recovery_count); in ath12k_mac_op_reconfig_complete()
6751 recovery_count); in ath12k_mac_op_reconfig_complete()
6755 if (recovery_count == ab->num_radios) { in ath12k_mac_op_reconfig_complete()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h943 atomic_t recovery_count; member
H A Dmac.c8470 int recovery_count; in ath11k_mac_op_reconfig_complete() local
8493 recovery_count = atomic_inc_return(&ab->recovery_count); in ath11k_mac_op_reconfig_complete()
8495 "recovery count %d\n", recovery_count); in ath11k_mac_op_reconfig_complete()
8499 if (recovery_count == ab->num_radios) { in ath11k_mac_op_reconfig_complete()
H A Dcore.c1954 atomic_set(&ab->recovery_count, 0); in ath11k_core_reset()
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c5838 u64 recovery_count; member
6066 reporter->recovery_count, DEVLINK_ATTR_PAD)) in devlink_nl_health_reporter_fill()
6129 reporter->recovery_count++; in devlink_health_reporter_recovery_done()
6227 (reporter->last_recovery_ts && reporter->recovery_count && in devlink_health_report()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h2208 __le32 recovery_count; member

Completed in 133 milliseconds