Searched refs:MAX_ERRORS (Results 1 - 3 of 3) sorted by relevance

/drivers/block/
H A Dhd.c104 #define MAX_ERRORS 16 /* Max read/write errors/sector */ macro
421 if (++req->errors >= MAX_ERRORS || (hd_error & BBD_ERR)) {
544 if (++hd_req->errors >= MAX_ERRORS) {
H A Dataflop.c317 #define MAX_ERRORS 8 /* After this many errors the driver macro
605 * recalibrate, then try again, and fail after MAX_ERRORS.
621 if (fd_request->errors >= MAX_ERRORS) {
H A Damiflop.c192 * Note that MAX_ERRORS=X doesn't imply that we retry every bad read
196 #define MAX_ERRORS 12 macro
1320 while (errcnt < MAX_ERRORS) {

Completed in 113 milliseconds