Lines Matching refs:max_errors
1434 } else if (*errors >= DP->max_errors.reporting) { in interpret_errors()
2056 if (err_count > DP->max_errors.abort) in bad_flp_intr()
2058 if (err_count > DP->max_errors.reset) in bad_flp_intr()
2060 else if (err_count > DP->max_errors.recal) in bad_flp_intr()
2681 *errors < DP->max_errors.read_track && in make_raw_rw_request()
3400 struct floppy_max_errors max_errors; in fd_locked_ioctl() member
3502 UDP->max_errors.reporting = (unsigned short)(param & 0x0f); in fd_locked_ioctl()
3505 outparam = &UDP->max_errors; in fd_locked_ioctl()
3508 UDP->max_errors = inparam.max_errors; in fd_locked_ioctl()
3596 struct floppy_max_errors max_errors; member
3726 UDP->max_errors = v.max_errors; in compat_setdrvprm()
3756 v.max_errors = UDP->max_errors; in compat_getdrvprm()