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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.c153 static int osst_max_sg_segs = OSST_MAX_SG; variable
5310 i = sizeof(struct osst_buffer) + (osst_max_sg_segs - 1) * sizeof(struct scatterlist);
5575 osst_max_sg_segs = max_sg_segs;
5578 osst_max_dev, osst_write_threshold, osst_max_sg_segs);
5887 if (osst_max_sg_segs < i)
5888 i = osst_max_sg_segs;

Completed in 66 milliseconds