Lines Matching refs:error
984 * from host to SCSI midlayer error coding, save any sense data and
1003 case 0xa: /* Linked command complete without error and linked normally */
1004 case 0xb: /* Linked command complete without error interrupt generated */
1086 int error = -ENODEV;
1124 printk("inia100: SCB memory allocation error\n");
1133 printk("inia100: ESCB memory allocation error\n");
1153 error = request_irq(pdev->irq, inia100_intr, IRQF_SHARED,
1155 if (error < 0) {
1163 error = scsi_add_host(shost, &pdev->dev);
1164 if (error)
1187 return error;