Lines Matching defs:error
414 * and header marker are valid. Returns 1 on success -1 on error.
578 /* Enable parity error response */
1522 /* check scsi parity error */
1800 if (host->jsstatus0 & TSS_PAR_ERROR) { /* Parity error */
2572 /* todo handle map_sg error */
2754 * Remap the firmware error status into a mid layer one
2758 case 0xa: /* Linked command complete without error and linked normally */
2759 case 0xb: /* Linked command complete without error interrupt generated */
2816 int num_scb, i, error;
2818 error = pci_enable_device(pdev);
2819 if (error)
2820 return error;
2830 error = -ENODEV;
2836 error = -ENOMEM;
2846 error = -ENODEV;
2863 error = -ENOMEM;
2902 error = request_irq(pdev->irq, i91u_intr, IRQF_SHARED, "i91u", shost);
2903 if (error < 0) {
2910 error = scsi_add_host(shost, &pdev->dev);
2911 if (error)
2925 return error;