| tag | line | file | source code |
|---|---|---|---|
| GETSTCNT | 1656 | drivers/scsi/aha152x.c | printk("FCNT=%d, STCNT=%d, ", GETPORT(FIFOSTAT), GETSTCNT() ); |
| GETSTCNT | 1690 | drivers/scsi/aha152x.c | printk("sent %d/%d command bytes, ", GETSTCNT(), |
| GETSTCNT | 2056 | drivers/scsi/aha152x.c | printk("got %d bytes, ", GETSTCNT()); |
| GETSTCNT | 2137 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETSTCNT() ); |
| GETSTCNT | 2204 | drivers/scsi/aha152x.c | printk("sent %d data bytes, ", GETSTCNT() ); |