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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddl2k.c487 if (np->cur_rx - np->old_rx >= RX_RING_SIZE) {
490 for (; np->cur_rx - np->old_rx > 0; np->old_rx++) {
492 entry = np->old_rx % RX_RING_SIZE;
541 np->old_rx = np->old_tx = 0;
876 entry = np->old_rx;
903 np->old_rx = entry;
1281 ("tx_full=%x cur_tx=%lx old_tx=%lx cur_rx=%lx old_rx=%lx\n",
1283 np->old_rx);
H A Dsun3lance.c154 int old_tx, old_rx; /* ring entry to be processed */ member in struct:lance_private
461 lp->old_rx = lp->old_tx = 0;
H A Ddl2k.h673 unsigned long cur_rx, old_rx; /* Producer/consumer ring indices */ member in struct:netdev_private

Completed in 55 milliseconds