Searched refs:old_rx (Results 1 – 3 of 3) sorted by relevance
469 np->old_rx = 0; in rio_reset_ring()661 if (np->cur_rx - np->old_rx >= RX_RING_SIZE) { in rio_timer()664 for (; np->cur_rx - np->old_rx > 0; np->old_rx++) { in rio_timer()666 entry = np->old_rx % RX_RING_SIZE; in rio_timer()990 entry = np->old_rx; in receive_packet()1014 np->old_rx = entry; in receive_packet()
393 unsigned long cur_rx, old_rx; /* Producer/consumer ring indices */ member
154 int old_tx, old_rx; /* ring entry to be processed */ member459 lp->old_rx = lp->old_tx = 0; in lance_init_ring()