Searched refs:RX_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.c89 #define RX_LOG_RING_SIZE 5 macro
97 #define RX_RING_SIZE (1 << RX_LOG_RING_SIZE)
98 #define RX_RING_LEN_BITS (RX_LOG_RING_SIZE << 5)
395 MEM->init.rlen = (RX_LOG_RING_SIZE << 13) |
493 MEM->init.rlen = (RX_LOG_RING_SIZE << 13) |
H A Datarilance.c107 #define RX_LOG_RING_SIZE 5 macro
115 #define RX_RING_SIZE (1 << RX_LOG_RING_SIZE)
116 #define RX_RING_LEN_BITS (RX_LOG_RING_SIZE << 5)

Completed in 50 milliseconds