Lines Matching refs:this_count
297 int this_count = scsi_bufflen(SCpnt);
298 int good_bytes = (result == 0 ? this_count : 0);
332 if (good_bytes < 0 || good_bytes >= this_count)
348 good_bytes = this_count;
361 int block = 0, this_count, s_size;
436 this_count = (scsi_bufflen(SCpnt) >> 9) / (s_size >> 9);
443 this_count, blk_rq_sectors(rq)));
448 if (this_count > 0xffff) {
449 this_count = 0xffff;
450 SCpnt->sdb.length = this_count * s_size;
455 put_unaligned_be16(this_count, &SCpnt->cmnd[7]);
463 SCpnt->underflow = this_count << 9;