tag | line | file | source code |
---|---|---|---|
aha1740_last_ecb_used | 67 | drivers/scsi/aha1740.c | static int aha1740_last_ecb_used = 0; /* optimization */ |
aha1740_last_ecb_used | 292 | drivers/scsi/aha1740.c | ecbno = aha1740_last_ecb_used + 1; /* An optimization */ |
aha1740_last_ecb_used | 300 | drivers/scsi/aha1740.c | } while (ecbno != aha1740_last_ecb_used); |
aha1740_last_ecb_used | 307 | drivers/scsi/aha1740.c | aha1740_last_ecb_used = ecbno; |