Home
last modified time | relevance | path

Searched refs:tot_trans (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/
Dsym53c416.c335 unsigned int tot_trans = 0; in sym53c416_intr_handle() local
422 tot_trans += sym53c416_write(base, in sym53c416_intr_handle()
426 if(tot_trans < current_command->underflow) in sym53c416_intr_handle()
427 …printk(KERN_WARNING "sym53c416: Underflow, wrote %d bytes, request for %d bytes.\n", tot_trans, cu… in sym53c416_intr_handle()
445 tot_trans += sym53c416_read(base, in sym53c416_intr_handle()
449 if(tot_trans < current_command->underflow) in sym53c416_intr_handle()
450 …printk(KERN_WARNING "sym53c416: Underflow, read %d bytes, request for %d bytes.\n", tot_trans, cur… in sym53c416_intr_handle()