Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dosst_options.h55 #define OSST_FIRST_SG ((OSST_BUFFER_BLOCKS*1024) / PAGE_SIZE) macro
Dosst.c5161 osst_buffer_size > tb->sg[0].length + (OSST_FIRST_SG - 1) * b_size; in new_tape_buffer()
5165 got < osst_buffer_size && segs < OSST_FIRST_SG; ) { in new_tape_buffer()
5170 (OSST_FIRST_SG - segs) * b_size / 2) { in new_tape_buffer()
5452 if (max_sg_segs >= OSST_FIRST_SG) in validate_options()