Searched refs:DE_TX_RING_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde2104x.c93 #define DE_TX_RING_SIZE 64 macro
96 (sizeof(struct de_desc) * DE_TX_RING_SIZE))
97 #define NEXT_TX(N) (((N) + 1) & (DE_TX_RING_SIZE - 1))
101 (CP)->tx_tail + (DE_TX_RING_SIZE - 1) - (CP)->tx_head : \
306 struct ring_info tx_skb[DE_TX_RING_SIZE];
604 if (netif_queue_stopped(de->dev) && (TX_BUFFS_AVAIL(de) > (DE_TX_RING_SIZE / 4)))
632 if (entry == (DE_TX_RING_SIZE - 1))
634 if (!tx_free || (tx_free == (DE_TX_RING_SIZE / 2)))
767 dummy_txd->opts2 = (entry == (DE_TX_RING_SIZE - 1)) ?
783 if (entry == (DE_TX_RING_SIZE
[all...]

Completed in 42 milliseconds