Searched refs:frame_seq_estimate (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.c1272 int frame_seq_estimate, ppos_estimate, move;
1286 frame_seq_estimate = STp->frame_seq_number + move;
1288 frame_seq_estimate = logical_blk_num * STp->block_size / OS_DATA_SIZE;
1290 if (frame_seq_estimate < 2980) ppos_estimate = frame_seq_estimate + 10;
1291 else ppos_estimate = frame_seq_estimate + 20;
1294 frame_seq_estimate += STp->eod_frame_ppos - 2 - ppos_estimate;
1297 if (frame_seq_estimate < 0) {
1298 frame_seq_estimate = 0;
1302 if (osst_get_logical_frame(STp, aSRpnt, frame_seq_estimate,
1270 int frame_seq_estimate, ppos_estimate, move; local
[all...]

Completed in 71 milliseconds