Home
last modified time | relevance | path

Searched refs:recovery_count (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/ide/
Dcmd640.c432 u8 active_count, recovery_count; in display_clocks() local
437 recovery_count = recovery_counts[index]; in display_clocks()
438 if (active_count > 3 && recovery_count == 1) in display_clocks()
439 ++recovery_count; in display_clocks()
441 recovery_count += 1; /* cmd640b uses (count + 1)*/ in display_clocks()
442 printk(", clocks=%d/%d/%d\n", setup_counts[index], active_count, recovery_count); in display_clocks()
463 u8 recovery_count = recovery_counts[index]; in program_drive_counts() local
480 if (recovery_count < recovery_counts[mate]) in program_drive_counts()
481 recovery_count = recovery_counts[mate]; in program_drive_counts()
507 __put_cmd640_reg(drwtim_regs[index], pack_nibbles(active_count, recovery_count)); in program_drive_counts()
[all …]
/Linux-v4.19/drivers/md/
Ddm-region-hash.c85 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()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dmain.c466 wil->recovery_count++; in wil_fw_error_worker()
468 wil->recovery_count = 1; /* fw was alive for a long time */ in wil_fw_error_worker()
470 if (wil->recovery_count > WIL6210_FW_RECOVERY_RETRIES) { in wil_fw_error_worker()
472 wil->recovery_count); in wil_fw_error_worker()
479 wil->recovery_count); in wil_fw_error_worker()
Dwil6210.h906 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
Ddebugfs.c2518 WIL_FIELD(recovery_count, 0444, doff_u32),
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore.h372 int recovery_count; member
Ddebugfs.c523 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
Dmain.c925 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery()
6419 wl->recovery_count = 0; in wlcore_alloc_hw()