master/ethernet.c
changeset 629 84a64efca00d
parent 610 29489a43ecee
child 661 bc1de1362efb
--- 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 *);