Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dst400.c117 static size_t st400_maxread = 0; variable
612 st400_maxread = sanei_scsi_max_request_size; in st400_config_do_option()
614 st400_maxread = (size_t)arg; in st400_config_do_option()
1129 if( st400_maxread > 0 ) in sane_start()
1130 dev->bufsize = min(st400_maxread, (unsigned int) sanei_scsi_max_request_size); in sane_start()

Completed in 2 milliseconds