Searched refs:old_rx (Results 1 – 4 of 4) sorted by relevance
375 u32 old_tx, old_rx; in mana_set_ringparam() local379 old_rx = apc->rx_queue_size; in mana_set_ringparam()401 apc->rx_queue_size = old_rx; in mana_set_ringparam()420 apc->rx_queue_size = old_rx; in mana_set_ringparam()
468 np->old_rx = 0; in rio_reset_ring()659 if (np->cur_rx - np->old_rx >= RX_RING_SIZE) { in rio_timer()662 for (; np->cur_rx - np->old_rx > 0; np->old_rx++) { in rio_timer()664 entry = np->old_rx % RX_RING_SIZE; in rio_timer()986 entry = np->old_rx; in receive_packet()1010 np->old_rx = entry; in receive_packet()
393 unsigned long cur_rx, old_rx; /* Producer/consumer ring indices */ member
155 int old_tx, old_rx; /* ring entry to be processed */ member458 lp->old_rx = lp->old_tx = 0; in lance_init_ring()