Home
last modified time | relevance | path

Searched refs:tot_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/
Dde620.c241 static int tot_cnt; variable
253 tot_cnt += cnt; in de620_ready()
307 tot_cnt = 0; in de620_write_block()
319 printk("WRITE(%d)\n", tot_cnt/((bytes?bytes:1))); in de620_write_block()
343 tot_cnt = 0; in de620_read_block()
355 printk("READ(%d)\n", tot_cnt/(2*(bytes?bytes:1))); in de620_read_block()