Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/soc/tegra/cbb/
Dtegra234-cbb.c102 const int max_errors; member
317 if (type >= cbb->fabric->max_errors) { in tegra234_cbb_print_error()
334 if (type >= cbb->fabric->max_errors) { in tegra234_cbb_print_error()
392 if (cbb->type < cbb->fabric->max_errors) in print_errlog_err()
708 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),
729 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),
806 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),
829 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),
842 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),
855 .max_errors = ARRAY_SIZE(tegra234_cbb_errors),
[all …]
/linux-6.12.1/include/uapi/linux/
Dfd.h152 struct floppy_max_errors max_errors; member
/linux-6.12.1/drivers/block/
Dfloppy.c1460 } 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() member
3514 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; member
3735 drive_params[drive].max_errors = v.max_errors; in compat_setdrvprm()
[all …]
/linux-6.12.1/drivers/net/ethernet/seeq/
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-6.12.1/drivers/net/ethernet/i825xx/
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-6.12.1/fs/btrfs/
Draid56.c1160 if (found_errors > rbio->bioc->max_errors) in rbio_add_io_sector()
1857 if (found_errors > rbio->bioc->max_errors) in recover_vertical()
2412 if (found_errors > rbio->bioc->max_errors) { in rmw_rbio()
2698 if (found_errors > rbio->bioc->max_errors) { in recover_scrub_rbio()
2722 if (dfail > rbio->bioc->max_errors - 1) { in recover_scrub_rbio()
2830 if (found_errors > rbio->bioc->max_errors) { in scrub_rbio()
Dvolumes.h487 u16 max_errors; member
Dvolumes.c49 int max_errors; member
6132 int max_errors = io_geom->max_errors; in handle_ops_on_dev_replace() local
6193 io_geom->max_errors = max_errors + nr_extra_stripes; in handle_ops_on_dev_replace()
6376 io_geom->max_errors = btrfs_chunk_max_errors(map); in map_blocks_raid56_write()
6617 io_geom.max_errors = btrfs_chunk_max_errors(map); in btrfs_map_block()
6626 bioc->max_errors = io_geom.max_errors; in btrfs_map_block()
Dbio.c396 if (atomic_read(&bioc->error) > bioc->max_errors) in btrfs_orig_write_end_io()
Ddisk-io.c4019 int max_errors; in write_all_supers() local
4038 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers()
4089 if (total_errors > max_errors) { in write_all_supers()
4114 if (total_errors > max_errors) { in write_all_supers()
/linux-6.12.1/drivers/cxl/
Dcxlmem.h280 u32 max_errors; member
/linux-6.12.1/drivers/cxl/core/
Dmbox.c1153 mds->poison.max_errors = min_t(u32, val, CXL_POISON_LIST_MAX); in cxl_dev_state_identify()
1377 if (nr_records >= mds->poison.max_errors) { in cxl_mem_get_poison()