Lines Matching refs:this_residual
330 * - SCp.this_residual is the size of that buffer
342 scsi_pointer->this_residual = scsi_pointer->buffer->length;
347 scsi_pointer->this_residual = 0;
601 scsi_pointer->this_residual);
669 /* Normally, you'd expect 'this_residual' to be non-zero here.
671 * routine will usually be called with 'this_residual' equal
673 * previous transfer completed, clearing 'this_residual', and
677 if (!scsi_pointer->this_residual && scsi_pointer->buffers_residual) {
680 scsi_pointer->this_residual = scsi_pointer->buffer->length;
683 if (!scsi_pointer->this_residual) /* avoid bogus setups */
690 * Update 'this_residual' and 'ptr' after 'transfer_pio()' returns.
698 scsi_pointer->this_residual, data_in_dir,
700 length = scsi_pointer->this_residual;
701 scsi_pointer->this_residual = read_wd33c93_count(regs);
702 scsi_pointer->ptr += length - scsi_pointer->this_residual;
710 * postpone the updating of 'this_residual' and 'ptr'
719 write_wd33c93_count(regs, scsi_pointer->this_residual);
766 * Also, we have to update 'this_residual' and 'ptr'
777 printk("[%p/%d:", scsi_pointer->ptr, scsi_pointer->this_residual))
780 length = scsi_pointer->this_residual;
781 scsi_pointer->this_residual = read_wd33c93_count(regs);
782 scsi_pointer->ptr += length - scsi_pointer->this_residual;
784 printk("%p/%d]", scsi_pointer->ptr, scsi_pointer->this_residual))
876 printk("IN-%d.%d", scsi_pointer->this_residual,
888 printk("OUT-%d.%d", scsi_pointer->this_residual,