Lines Matching refs:ft_history
233 ft_history.used = 0; in clear_history()
234 ft_history.id_am_errors = in clear_history()
235 ft_history.id_crc_errors = in clear_history()
236 ft_history.data_am_errors = in clear_history()
237 ft_history.data_crc_errors = in clear_history()
238 ft_history.overrun_errors = in clear_history()
239 ft_history.no_data_errors = in clear_history()
240 ft_history.retries = in clear_history()
241 ft_history.crc_errors = in clear_history()
242 ft_history.crc_failures = in clear_history()
243 ft_history.ecc_failures = in clear_history()
244 ft_history.corrected = in clear_history()
245 ft_history.defects = in clear_history()
246 ft_history.rewinds = 0; in clear_history()
811 if (ft_history.used) { in ftape_disable()
821 ft_history.id_am_errors, ft_history.id_crc_errors, in ftape_disable()
822 ft_history.data_am_errors, ft_history.data_crc_errors, in ftape_disable()
823 ft_history.overrun_errors, ft_history.no_data_errors, in ftape_disable()
824 ft_history.retries); in ftape_disable()
825 if (ft_history.used & 1) { in ftape_disable()
831 ft_history.crc_errors, ft_history.crc_failures, in ftape_disable()
832 ft_history.ecc_failures, ft_history.corrected); in ftape_disable()
834 if (ft_history.defects > 0) { in ftape_disable()
836 ft_history.defects); in ftape_disable()
838 if (ft_history.rewinds > 0) { in ftape_disable()
841 ft_history.rewinds); in ftape_disable()