Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c65 #define TXLO_ENTRIES 128 macro
140 #if TXLO_ENTRIES <= (2 * MAX_SKB_FRAGS)
238 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned;
370 typhoon_inc_index(index, count, TXLO_ENTRIES); in typhoon_inc_tx_index()
575 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx()
1284 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc)); in typhoon_init_interface()
1584 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()