master/device.h
changeset 2630 a380cce7d6f0
parent 2589 2b9c78543663
equal deleted inserted replaced
2629:a2701af27fde 2630:a380cce7d6f0
    46  * Size of the transmit ring.
    46  * Size of the transmit ring.
    47  * This memory ring is used to transmit frames. It is necessary to use
    47  * This memory ring is used to transmit frames. It is necessary to use
    48  * different memory regions, because otherwise the network device DMA could
    48  * different memory regions, because otherwise the network device DMA could
    49  * send the same data twice, if it is called twice.
    49  * send the same data twice, if it is called twice.
    50  */
    50  */
    51 #define EC_TX_RING_SIZE 2
    51 #define EC_TX_RING_SIZE 0x10
    52 
    52 
    53 #ifdef EC_DEBUG_IF
    53 #ifdef EC_DEBUG_IF
    54 #include "debug.h"
    54 #include "debug.h"
    55 #endif
    55 #endif
    56 
    56