Searched refs:ft_fdc_threshold (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/char/ftape/lowlevel/ |
D | ftape-io.c | 856 if (fdc.type < i82077 || ft_fdc_threshold >= 12) { in ftape_increase_threshold() 859 if (fdc_fifo_threshold(++ft_fdc_threshold, NULL, NULL, NULL) < 0) { in ftape_increase_threshold() 861 ft_fdc_threshold --; in ftape_increase_threshold() 864 TRACE(ft_t_info, "New FIFO threshold: %d", ft_fdc_threshold); in ftape_increase_threshold()
|
D | ftape-setup.c | 57 { "threshold", &ft_fdc_threshold, CONFIG_FT_FDC_THR, 1, 16},
|
D | ftape-init.c | 142 FT_MOD_PARM(ft_fdc_threshold, "i", "Threshold of the FDC Fifo.");
|
D | ftape-proc.c | 138 ft_fdc_threshold, ft_fdc_max_rate); in get_controller_info()
|
D | fdc-io.h | 223 extern unsigned int ft_fdc_threshold;
|
D | fdc-io.c | 62 unsigned int ft_fdc_threshold = CONFIG_FT_FDC_THR; /* bytes */ variable 1105 TRACE_CATCH(fdc_fifo_threshold(ft_fdc_threshold /* bytes */, in fdc_fifo_enable() 1109 TRACE_CATCH(fdc_fifo_threshold(ft_fdc_threshold /* bytes */, in fdc_fifo_enable()
|
/linux-2.4.37.9/Documentation/ |
D | ftape.txt | 288 ft_fdc_threshold=THR | ftape=THR,threshold
|