tag | line | file | source code |
aha152x_done | 317 | drivers/scsi/aha152x.c | void aha152x_done( int error ); |
aha152x_done | 1382 | drivers/scsi/aha152x.c | aha152x_done( DID_NO_CONNECT << 16 ); |
aha152x_done | 1445 | drivers/scsi/aha152x.c | aha152x_done( DID_BUS_BUSY << 16 ); |
aha152x_done | 1448 | drivers/scsi/aha152x.c | aha152x_done( DID_NO_CONNECT << 16 ); |
aha152x_done | 1539 | drivers/scsi/aha152x.c | aha152x_done(DID_ABORT<<16); |
aha152x_done | 2142 | drivers/scsi/aha152x.c | aha152x_done( DID_ERROR << 16 ); /* Don't know any better */ |
aha152x_done | 2155 | drivers/scsi/aha152x.c | aha152x_done( DID_PARITY << 16 ); |
aha152x_done | 2180 | drivers/scsi/aha152x.c | aha152x_done( (current_SC->SCp.Status & 0xff) |