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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3lance.c88 #define TX_LOG_RING_SIZE 3 macro
93 #define TX_RING_SIZE (1 << TX_LOG_RING_SIZE)
94 #define TX_RING_LEN_BITS (TX_LOG_RING_SIZE << 5)
398 MEM->init.tlen = (TX_LOG_RING_SIZE << 13) |
496 MEM->init.tlen = (TX_LOG_RING_SIZE << 13) |
H A Datarilance.c106 #define TX_LOG_RING_SIZE 3 macro
111 #define TX_RING_SIZE (1 << TX_LOG_RING_SIZE)
112 #define TX_RING_LEN_BITS (TX_LOG_RING_SIZE << 5)

Completed in 37 milliseconds