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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dacenic.h445 #define MAX_TX_RING_ENTRIES 256 macro
447 #define TX_RING_SIZE (MAX_TX_RING_ENTRIES * sizeof(struct tx_desc))
598 struct tx_ring_info tx_skbuff[MAX_TX_RING_ENTRIES];
H A Dacenic.c95 #define ACE_TX_RING_ENTRIES(ap) MAX_TX_RING_ENTRIES
758 size = (sizeof(struct tx_desc) * MAX_TX_RING_ENTRIES);
815 size = (sizeof(struct tx_desc) * MAX_TX_RING_ENTRIES);
967 ap->tx_ring_entries = MAX_TX_RING_ENTRIES;
1304 MAX_TX_RING_ENTRIES * sizeof(struct tx_desc));

Completed in 28 milliseconds