Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c76 #define TXLO_ENTRIES 128 macro
141 #if TXLO_ENTRIES <= (2 * MAX_SKB_FRAGS)
239 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned;
361 typhoon_inc_index(index, count, TXLO_ENTRIES); in typhoon_inc_tx_index()
566 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx()
1141 ering->tx_max_pending = TXLO_ENTRIES - 1; in typhoon_get_ringparam()
1144 ering->tx_pending = TXLO_ENTRIES - 1; in typhoon_get_ringparam()
1193 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc)); in typhoon_init_interface()
1547 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()