tag | line | file | source code |
---|---|---|---|
NCR5380_dma_residual | 1355 | drivers/scsi/NCR5380.c | transfered = (hostdata->dmalen - NCR5380_dma_residual(instance)); |
NCR5380_dma_residual | 2163 | drivers/scsi/NCR5380.c | residue = NCR5380_dma_residual(instance); |
NCR5380_dma_residual | 3016 | drivers/scsi/NCR5380.c | transferred = instance->dmalen - NCR5380_dma_residual(); |
NCR5380_dma_residual | 1308 | drivers/scsi/atari_NCR5380.c | transfered = hostdata->dma_len - NCR5380_dma_residual(instance); |