tag | line | file | source code |
aha152x_done | 339 | drivers/scsi/aha152x.c | void aha152x_done( int error ); |
aha152x_done | 1436 | drivers/scsi/aha152x.c | aha152x_done( DID_NO_CONNECT << 16 ); |
aha152x_done | 1499 | drivers/scsi/aha152x.c | aha152x_done( DID_BUS_BUSY << 16 ); |
aha152x_done | 1502 | drivers/scsi/aha152x.c | aha152x_done( DID_NO_CONNECT << 16 ); |
aha152x_done | 1593 | drivers/scsi/aha152x.c | aha152x_done(DID_ABORT<<16); |
aha152x_done | 2210 | drivers/scsi/aha152x.c | aha152x_done( DID_ERROR << 16 ); /* Don't know any better */ |
aha152x_done | 2223 | drivers/scsi/aha152x.c | aha152x_done( DID_PARITY << 16 ); |
aha152x_done | 2248 | drivers/scsi/aha152x.c | aha152x_done( (current_SC->SCp.Status & 0xff) |