Searched refs:this_transfer (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c890 int this_transfer; local
906 this_transfer = min_t(int, sectors_to_transfer,
909 /* Read this_transfer sectors
911 while (this_transfer > 0) {
917 --this_transfer;
1586 int this_transfer; local
1596 this_transfer = min_t(int, sectors_to_transfer, rq->current_nr_sectors);
1598 while (this_transfer > 0) {
1604 --this_transfer;

Completed in 55 milliseconds