Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dacenic.h451 #define MAX_TX_RING_ENTRIES 256 macro
453 #define TX_RING_SIZE (MAX_TX_RING_ENTRIES * sizeof(struct tx_desc))
621 struct tx_ring_info tx_skbuff[MAX_TX_RING_ENTRIES];
Dacenic.c92 #define ACE_TX_RING_ENTRIES(ap) MAX_TX_RING_ENTRIES
1018 size = (sizeof(struct tx_desc) * MAX_TX_RING_ENTRIES); in ace_free_descriptors()
1075 size = (sizeof(struct tx_desc) * MAX_TX_RING_ENTRIES); in ace_allocate_descriptors()
1229 ap->tx_ring_entries = MAX_TX_RING_ENTRIES; in ace_init()
1588 MAX_TX_RING_ENTRIES * sizeof(struct tx_desc)); in ace_init()