Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/md/
Ddm-region-hash.c77 struct semaphore recovery_count; member
215 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-4.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c314 wil->recovery_count++; in wil_fw_error_worker()
316 wil->recovery_count = 1; /* fw was alive for a long time */ in wil_fw_error_worker()
318 if (wil->recovery_count > WIL6210_FW_RECOVERY_RETRIES) { in wil_fw_error_worker()
320 wil->recovery_count); in wil_fw_error_worker()
332 wil->recovery_count); in wil_fw_error_worker()
Dwil6210.h540 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
Ddebugfs.c1413 WIL_FIELD(recovery_count, S_IRUGO, doff_u32),
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dwlcore.h373 int recovery_count; member
Ddebugfs.c509 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
Dmain.c976 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery()
6247 wl->recovery_count = 0; in wlcore_alloc_hw()