tag | line | file | source code |
aha152x_done | 270 | drivers/scsi/aha152x.c | void aha152x_done( int error ); |
aha152x_done | 1267 | drivers/scsi/aha152x.c | aha152x_done( DID_NO_CONNECT << 16 ); |
aha152x_done | 1327 | drivers/scsi/aha152x.c | aha152x_done( DID_BUS_BUSY << 16 ); |
aha152x_done | 1330 | drivers/scsi/aha152x.c | aha152x_done( DID_NO_CONNECT << 16 ); |
aha152x_done | 1417 | drivers/scsi/aha152x.c | aha152x_done(DID_ABORT<<16); |
aha152x_done | 1976 | drivers/scsi/aha152x.c | aha152x_done( DID_ERROR << 16 ); /* Don't know any better */ |
aha152x_done | 1989 | drivers/scsi/aha152x.c | aha152x_done( DID_PARITY << 16 ); |
aha152x_done | 2013 | drivers/scsi/aha152x.c | aha152x_done( (current_SC->SCp.Status & 0xff) |