Searched defs:this_count (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dsr.c302 int this_count = scsi_bufflen(SCpnt); local
303 int good_bytes = (result == 0 ? this_count : 0);
340 if (good_bytes < 0 || good_bytes >= this_count)
356 good_bytes = this_count;
369 int block = 0, this_count, s_size; local
466 this_count = (scsi_bufflen(SCpnt) >> 9) / (s_size >> 9);
473 this_count, blk_rq_sectors(rq)));
478 if (this_count > 0xffff) {
479 this_count = 0xffff;
480 SCpnt->sdb.length = this_count * s_siz
[all...]
H A Dsd.c682 unsigned int this_count = blk_rq_sectors(rq); local
717 this_count));
745 if (unlikely(sdp->last_sector_bug && block + this_count > threshold)) {
748 this_count = threshold - block;
751 this_count = sdp->sector_size / 512;
776 this_count = this_count >> 1;
786 this_count = this_count >> 2;
796 this_count
[all...]

Completed in 66 milliseconds