Home
last modified time | relevance | path

Searched refs:max_errors (Results 1 – 7 of 7) 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/include/uapi/linux/
H A Dfd.h152 struct floppy_max_errors max_errors; member
/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/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/drivers/cxl/core/
H A Dmbox.c1216 mds->poison.max_errors = min_t(u32, val, CXL_POISON_LIST_MAX); in cxl_dev_state_identify()
1457 if (nr_records >= mds->poison.max_errors) { in cxl_mem_get_poison()
/linux/fs/btrfs/
H A Dvolumes.c48 int max_errors; member
6230 int max_errors = io_geom->max_errors; in handle_ops_on_dev_replace() local
6292 io_geom->max_errors = max_errors + nr_extra_stripes; in handle_ops_on_dev_replace()
6479 io_geom->max_errors = btrfs_chunk_max_errors(map); in map_blocks_raid56_write()
6723 io_geom.max_errors = btrfs_chunk_max_errors(map); in btrfs_map_block()
6732 bioc->max_errors = io_geom.max_errors; in btrfs_map_block()
H A Ddisk-io.c3995 int max_errors; in write_all_supers() local
4014 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers()
4065 if (unlikely(total_errors > max_errors)) { in write_all_supers()
4090 if (unlikely(total_errors > max_errors)) { in write_all_supers()