We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877541d commit 679c747Copy full SHA for 679c747
connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460/synopGMAC_Dev.h
@@ -55,8 +55,8 @@ enum GMACPhyBase {
55
#define DMABASE 0x1000 // Dma base address starts with an offset 0x1000
56
57
58
-#define TRANSMIT_DESC_SIZE 4//32//256 //Tx Descriptors needed in the Descriptor pool/queue
59
-#define RECEIVE_DESC_SIZE 4//32//256 //Rx Descriptors needed in the Descriptor pool/queue
+#define TRANSMIT_DESC_SIZE 8//256 //Tx Descriptors needed in the Descriptor pool/queue
+#define RECEIVE_DESC_SIZE 16//256 //Rx Descriptors needed in the Descriptor pool/queue
60
61
#define ETHERNET_HEADER 14 //6 byte Dest addr, 6 byte Src addr, 2 byte length/type
62
#define ETHERNET_CRC 4 //Ethernet CRC
0 commit comments