Lines Matching defs:error
166 /* A bus error happens when DMA-ing from the last page of a
193 * is that a bus error occurred...
197 printk(KERN_ERR "SCSI DMA caused bus error near 0x%08lx\n",
199 printk(KERN_CRIT "SCSI DMA bus error -- bad DMA programming!");
282 /* Bit 0 indicates some error in the DMA process... don't know
286 /* DMA error */
287 printk(KERN_CRIT "SCSI DMA error near 0x%08lx!\n", SCSI_DMA_GETADR());
305 printk(KERN_ERR "SCSI DMA error: %ld bytes lost in "
724 int error;
794 error = -ENOMEM;
803 error = NCR5380_init(instance, host_flags);
804 if (error)
808 error = request_irq(instance->irq, scsi_tt_intr, 0,
810 if (error) {
850 error = scsi_add_host(instance, NULL);
851 if (error)
869 return error;