Lines Matching refs:max_errors
1435 } else if (*errors >= DP->max_errors.reporting) { in interpret_errors()
2057 if (err_count > DP->max_errors.abort) in bad_flp_intr()
2059 if (err_count > DP->max_errors.reset) in bad_flp_intr()
2061 else if (err_count > DP->max_errors.recal) in bad_flp_intr()
2677 *errors < DP->max_errors.read_track && in make_raw_rw_request()
3414 struct floppy_max_errors max_errors; in fd_locked_ioctl() member
3516 UDP->max_errors.reporting = (unsigned short)(param & 0x0f); in fd_locked_ioctl()
3519 outparam = &UDP->max_errors; in fd_locked_ioctl()
3522 UDP->max_errors = inparam.max_errors; in fd_locked_ioctl()
3613 struct floppy_max_errors max_errors; member
3745 UDP->max_errors = v.max_errors; in compat_setdrvprm()
3775 v.max_errors = UDP->max_errors; in compat_getdrvprm()