Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dosst.c142 static int osst_max_sg_segs = OSST_MAX_SG; variable
5132 i = sizeof(OSST_buffer) + (osst_max_sg_segs - 1) * sizeof(struct scatterlist); in new_tape_buffer()
5228 if (max_segs > osst_max_sg_segs) in enlarge_buffer()
5229 max_segs = osst_max_sg_segs; in enlarge_buffer()
5453 osst_max_sg_segs = max_sg_segs; in validate_options()
5456 osst_buffer_size, osst_write_threshold, osst_max_buffers, osst_max_sg_segs); in validate_options()