Searched refs:max_errors (Results 1 – 9 of 9) sorted by relevance
150 const int max_errors; member390 if (type >= cbb->fabric->max_errors) { in tegra234_cbb_print_error()407 if (type >= cbb->fabric->max_errors) { in tegra234_cbb_print_error()464 if (cbb->type < cbb->fabric->max_errors) in print_errlog_err()897 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),911 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),925 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),940 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),954 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),968 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),[all …]
152 struct floppy_max_errors max_errors; member
1460 } else if (floppy_errors >= drive_params[current_drive].max_errors.reporting) { in interpret_errors()2102 if (err_count > drive_params[current_drive].max_errors.abort) in bad_flp_intr()2104 if (err_count > drive_params[current_drive].max_errors.reset) in bad_flp_intr()2106 else if (err_count > drive_params[current_drive].max_errors.recal) in bad_flp_intr()3411 struct floppy_max_errors max_errors; in fd_locked_ioctl() member3514 drive_params[drive].max_errors.reporting = (unsigned short)(param & 0x0f); in fd_locked_ioctl()3517 outparam = &drive_params[drive].max_errors; in fd_locked_ioctl()3520 drive_params[drive].max_errors = inparam.max_errors; in fd_locked_ioctl()3602 struct floppy_max_errors max_errors; member3735 drive_params[drive].max_errors = v.max_errors; in compat_setdrvprm()[all …]
225 int max_errors = 4; in ether3_ramtest() local244 if (max_errors > 0 && bad != buffer[i]) { in ether3_ramtest()248 max_errors--; in ether3_ramtest()
256 int max_errors = 15; in ether1_ramtest() local270 if (max_errors >= 0 && bad != buffer[i]) { in ether1_ramtest()276 max_errors --; in ether1_ramtest()
1170 if (found_errors > rbio->bioc->max_errors) in rbio_add_io_sector()1867 if (found_errors > rbio->bioc->max_errors) in recover_vertical()2419 if (found_errors > rbio->bioc->max_errors) { in rmw_rbio()2708 if (found_errors > rbio->bioc->max_errors) { in recover_scrub_rbio()2732 if (dfail > rbio->bioc->max_errors - 1) { in recover_scrub_rbio()2840 if (found_errors > rbio->bioc->max_errors) { in scrub_rbio()
385 if (atomic_read(&bioc->error) > bioc->max_errors) in btrfs_orig_write_end_io()
4008 int max_errors; in write_all_supers() local4027 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers()4078 if (total_errors > max_errors) { in write_all_supers()4103 if (total_errors > max_errors) { in write_all_supers()
265 u32 max_errors; member