Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c88 #define DE_RX_RING_SIZE 128 macro
91 ((sizeof(struct de_desc) * DE_RX_RING_SIZE) + \
94 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1))
303 struct ring_info rx_skb[DE_RX_RING_SIZE];
397 unsigned rx_work = DE_RX_RING_SIZE; in de_rx()
477 if (rx_tail == (DE_RX_RING_SIZE - 1)) in de_rx()
1280 for (i = 0; i < DE_RX_RING_SIZE; i++) { in de_refill_rx()
1294 if (i == (DE_RX_RING_SIZE - 1)) in de_refill_rx()
1327 de->tx_ring = &de->rx_ring[DE_RX_RING_SIZE]; in de_alloc_rings()
1336 de->rx_ring[DE_RX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_clean_rings()
[all …]