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

/linux-master/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);
566 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES);
1141 ering->tx_max_pending = TXLO_ENTRIES - 1;
1144 ering->tx_pending = TXLO_ENTRIES - 1;
1193 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc));
1547 lastRead, TXLO_ENTRIES) > (numDesc + 2))

Completed in 463 milliseconds