Searched refs:old_rx (Results 1 – 4 of 4) sorted by relevance
443 u32 old_tx, old_rx; in mana_set_ringparam() local447 old_rx = apc->rx_queue_size; in mana_set_ringparam()469 apc->rx_queue_size = old_rx; in mana_set_ringparam()488 apc->rx_queue_size = old_rx; in mana_set_ringparam()
480 np->old_rx = 0; in rio_reset_ring()672 if (np->cur_rx - np->old_rx >= RX_RING_SIZE) { in rio_timer()675 for (; np->cur_rx - np->old_rx > 0; np->old_rx++) { in rio_timer()677 entry = np->old_rx % RX_RING_SIZE; in rio_timer()1004 entry = np->old_rx; in receive_packet()1028 np->old_rx = entry; in receive_packet()
395 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()
Completed in 29 milliseconds