Home
last modified time | relevance | path

Searched refs:max_errors (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c150 const int max_errors; member
390 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 …]
/linux/drivers/block/
H A Dfloppy.c1458 } else if (floppy_errors >= drive_params[current_drive].max_errors.reporting) { in interpret_errors()
2100 if (err_count > drive_params[current_drive].max_errors.abort) in bad_flp_intr()
2102 if (err_count > drive_params[current_drive].max_errors.reset) in bad_flp_intr()
2104 else if (err_count > drive_params[current_drive].max_errors.recal) in bad_flp_intr()
3406 struct floppy_max_errors max_errors; in fd_locked_ioctl() member
3509 drive_params[drive].max_errors.reporting = (unsigned short)(param & 0x0f); in fd_locked_ioctl()
3512 outparam = &drive_params[drive].max_errors; in fd_locked_ioctl()
3515 drive_params[drive].max_errors = inparam.max_errors; in fd_locked_ioctl()
3597 struct floppy_max_errors max_errors; member
3730 drive_params[drive].max_errors = v.max_errors; in compat_setdrvprm()
[all …]
/linux/drivers/net/ethernet/seeq/
H A Dether3.c225 int max_errors = 4; in ether3_ramtest() local
244 if (max_errors > 0 && bad != buffer[i]) { in ether3_ramtest()
248 max_errors--; in ether3_ramtest()
/linux/include/uapi/linux/
H A Dfd.h152 struct floppy_max_errors max_errors; member
/linux/drivers/net/ethernet/i825xx/
H A Dether1.c256 int max_errors = 15; in ether1_ramtest() local
270 if (max_errors >= 0 && bad != buffer[i]) { in ether1_ramtest()
276 max_errors --; in ether1_ramtest()
/linux/fs/btrfs/
H A Draid56.c1273 if (unlikely(found_errors > rbio->bioc->max_errors)) in rbio_add_io_paddrs()
2075 if (unlikely(found_errors > rbio->bioc->max_errors)) in recover_vertical()
2536 if (unlikely(found_errors > rbio->bioc->max_errors)) { in rmw_rbio()
2862 if (unlikely(found_errors > rbio->bioc->max_errors)) { in recover_scrub_rbio()
2886 if (unlikely(dfail > rbio->bioc->max_errors - 1)) { in recover_scrub_rbio()
2995 if (unlikely(found_errors > rbio->bioc->max_errors)) { in scrub_rbio()
H A Dvolumes.h510 u16 max_errors; member
H A Ddisk-io.c4054 int max_errors; in write_all_supers() local
4076 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers()
4127 if (unlikely(total_errors > max_errors)) { in write_all_supers()
4152 if (unlikely(total_errors > max_errors)) { in write_all_supers()
H A Dbio.c441 if (atomic_read(&bioc->error) > bioc->max_errors) in orig_write_end_io_work()
/linux/drivers/cxl/core/
H A Dmbox.c1223 mds->poison.max_errors = min_t(u32, val, CXL_POISON_LIST_MAX); in cxl_dev_state_identify()
1464 if (nr_records >= mds->poison.max_errors) { in cxl_mem_get_poison()
/linux/drivers/cxl/
H A Dcxlmem.h273 u32 max_errors; member