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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c657 int nr_stages; /* Number of currently used stages */ member in struct:__anon1394
1119 int nr_stages; member in struct:__anon1416
1522 tape->nr_stages--;
1528 if (tape->nr_stages)
1529 printk (KERN_ERR "ide-tape: bug: nr_stages should be 0 now\n");
2595 if (tape->nr_stages >= tape->max_stages)
2703 tape->nr_stages++;
3064 cnt = tape->nr_stages - tape->nr_pending_stages;
3110 printk(KERN_INFO "ide-tape: address %u, nr_stages %d\n", position, cnt);
3213 tape->nr_stages
[all...]

Completed in 43 milliseconds