tag | line | file | source code |
---|---|---|---|
DID_PARITY | 2965 | drivers/scsi/53c7,8xx.c | abnormal_finished (cmd, DID_PARITY << 16); |
DID_PARITY | 2223 | drivers/scsi/aha152x.c | aha152x_done( DID_PARITY << 16 ); |
DID_PARITY | 2196 | drivers/scsi/aic7xxx.c | aic7xxx_error(cmd) = DID_PARITY; |
DID_PARITY | 284 | drivers/scsi/qlogic.c | return (DID_PARITY); |
DID_PARITY | 1609 | drivers/scsi/scsi.c | case DID_PARITY: |
DID_PARITY | 987 | drivers/scsi/seagate.c | st0x_aborted = DID_PARITY; |