Searched refs:max_errors (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/soc/tegra/cbb/ |
H A D | tegra234-cbb.c | 102 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 …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | fd.h | 152 struct floppy_max_errors max_errors; member
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 1457 } else if (floppy_errors >= drive_params[current_drive].max_errors.reporting) { in interpret_errors() 2099 if (err_count > drive_params[current_drive].max_errors.abort) in bad_flp_intr() 2101 if (err_count > drive_params[current_drive].max_errors.reset) in bad_flp_intr() 2103 else if (err_count > drive_params[current_drive].max_errors.recal) in bad_flp_intr() 3407 struct floppy_max_errors max_errors; in fd_locked_ioctl() member 3510 drive_params[drive].max_errors.reporting = (unsigned short)(param & 0x0f); in fd_locked_ioctl() 3513 outparam = &drive_params[drive].max_errors; in fd_locked_ioctl() 3516 drive_params[drive].max_errors = inparam.max_errors; in fd_locked_ioctl() 3598 struct floppy_max_errors max_errors; member 3731 drive_params[drive].max_errors = v.max_errors; in compat_setdrvprm() [all …]
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 225 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()
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 256 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()
|
/openbmc/linux/fs/btrfs/ |
H A D | raid56.c | 1071 if (found_errors > rbio->bioc->max_errors) in rbio_add_io_sector() 1747 if (found_errors > rbio->bioc->max_errors) in recover_vertical() 2302 if (found_errors > rbio->bioc->max_errors) { in rmw_rbio() 2587 if (found_errors > rbio->bioc->max_errors) { in recover_scrub_rbio() 2611 if (dfail > rbio->bioc->max_errors - 1) { in recover_scrub_rbio() 2719 if (found_errors > rbio->bioc->max_errors) { in scrub_rbio()
|
H A D | bio.c | 145 atomic_add(orig_bioc->max_errors, &orig_bioc->error); in btrfs_bbio_propagate_error() 414 if (atomic_read(&bioc->error) > bioc->max_errors) in btrfs_orig_write_end_io()
|
H A D | volumes.h | 426 u16 max_errors; member
|
H A D | volumes.c | 6145 int max_errors = *max_errors_ret; in handle_ops_on_dev_replace() local 6205 *max_errors_ret = max_errors + nr_extra_stripes; in handle_ops_on_dev_replace() 6322 int max_errors = 0; in btrfs_map_block() local 6419 max_errors = btrfs_chunk_max_errors(map); in btrfs_map_block() 6532 max_errors = btrfs_chunk_max_errors(map); in btrfs_map_block() 6537 &num_stripes, &max_errors); in btrfs_map_block() 6542 bioc->max_errors = max_errors; in btrfs_map_block()
|
H A D | disk-io.c | 4068 int max_errors; in write_all_supers() local 4087 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers() 4138 if (total_errors > max_errors) { in write_all_supers() 4163 if (total_errors > max_errors) { in write_all_supers()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | mbox.c | 1119 mds->poison.max_errors = min_t(u32, val, CXL_POISON_LIST_MAX); in cxl_dev_state_identify() 1343 if (nr_records >= mds->poison.max_errors) { in cxl_mem_get_poison()
|
/openbmc/linux/drivers/cxl/ |
H A D | cxlmem.h | 277 u32 max_errors; member
|