Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_ethtool.c375 u32 old_tx, old_rx; in mana_set_ringparam() local
379 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()
/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c468 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()
H A Ddl2k.h393 unsigned long cur_rx, old_rx; /* Producer/consumer ring indices */ member
/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c155 int old_tx, old_rx; /* ring entry to be processed */ member
458 lp->old_rx = lp->old_tx = 0; in lance_init_ring()