Home
last modified time | relevance | path

Searched refs:FT_RETRIES_ON_ECC_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dftape.h98 #define FT_RETRIES_ON_ECC_ERROR 3 /* ecc error when correcting segment */ macro
101 #define FT_RETRIES_ON_ECC_ERROR 3 /* ecc error when correcting segment */ macro
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-read.c294 if (retry > FT_RETRIES_ON_ECC_ERROR) { in ftape_read_segment_fraction()