Lines Matching refs:this_count
327 int this_count = scsi_bufflen(SCpnt);
328 int good_bytes = (result == 0 ? this_count : 0);
363 if (good_bytes < 0 || good_bytes >= this_count)
379 good_bytes = this_count;
392 int block = 0, this_count, s_size;
479 this_count = (scsi_bufflen(SCpnt) >> 9) / (s_size >> 9);
486 this_count, blk_rq_sectors(rq)));
491 if (this_count > 0xffff) {
492 this_count = 0xffff;
493 SCpnt->sdb.length = this_count * s_size;
498 put_unaligned_be16(this_count, &SCpnt->cmnd[7]);
506 SCpnt->underflow = this_count << 9;