Lines Matching defs:error
101 * to deliver the next byte within the processor bus error timeout period."
320 "%s: bus error (%d/%d)\n", __func__, d - dst, len);
388 "%s: bus error (%d/%d)\n", __func__, s - src, len);
445 int error;
493 error = NCR5380_init(instance, host_flags | FLAG_LATE_DMA_SETUP);
494 if (error)
498 error = request_irq(instance->irq, macscsi_intr, IRQF_SHARED,
500 if (error)
506 error = scsi_add_host(instance, NULL);
507 if (error)
522 return error;