diff -r e94a16bc52ce -r 84a64efca00d master/ethernet.c --- a/master/ethernet.c Wed Mar 07 13:06:40 2007 +0000 +++ b/master/ethernet.c Wed Mar 07 13:12:33 2007 +0000 @@ -48,16 +48,21 @@ #include "mailbox.h" #include "ethernet.h" -/** - Defines the debug level of EoE processing - - 0 = No debug messages. - 1 = Output actions. - 2 = Output actions and frame data. -*/ +/*****************************************************************************/ + +/** + * Defines the debug level of EoE processing. + * + * 0 = No debug messages. + * 1 = Output actions. + * 2 = Output actions and frame data. + */ #define EOE_DEBUG_LEVEL 0 +/** size of the EoE tx queue */ +#define EC_EOE_TX_QUEUE_SIZE 100 + /*****************************************************************************/ void ec_eoe_flush(ec_eoe_t *);