master/ethernet.c
changeset 629 84a64efca00d
parent 610 29489a43ecee
child 661 bc1de1362efb
equal deleted inserted replaced
628:e94a16bc52ce 629:84a64efca00d
    46 #include "master.h"
    46 #include "master.h"
    47 #include "slave.h"
    47 #include "slave.h"
    48 #include "mailbox.h"
    48 #include "mailbox.h"
    49 #include "ethernet.h"
    49 #include "ethernet.h"
    50 
    50 
    51 /**
    51 /*****************************************************************************/
    52    Defines the debug level of EoE processing
    52 
    53 
    53 /**
    54    0 = No debug messages.
    54  * Defines the debug level of EoE processing.
    55    1 = Output actions.
    55  *
    56    2 = Output actions and frame data.
    56  * 0 = No debug messages.
    57 */
    57  * 1 = Output actions.
       
    58  * 2 = Output actions and frame data.
       
    59  */
    58 
    60 
    59 #define EOE_DEBUG_LEVEL 0
    61 #define EOE_DEBUG_LEVEL 0
       
    62 
       
    63 /** size of the EoE tx queue */
       
    64 #define EC_EOE_TX_QUEUE_SIZE 100
    60 
    65 
    61 /*****************************************************************************/
    66 /*****************************************************************************/
    62 
    67 
    63 void ec_eoe_flush(ec_eoe_t *);
    68 void ec_eoe_flush(ec_eoe_t *);
    64 
    69