|
@@ -64,7 +64,9 @@
|
|
#define ETH_INT_CAUSE_TX_ERROR (ETH_TX_QUEUES_ENABLED << 8)
|
|
#define ETH_INT_CAUSE_TX_ERROR (ETH_TX_QUEUES_ENABLED << 8)
|
|
#define ETH_INT_CAUSE_TX (ETH_INT_CAUSE_TX_DONE | ETH_INT_CAUSE_TX_ERROR)
|
|
#define ETH_INT_CAUSE_TX (ETH_INT_CAUSE_TX_DONE | ETH_INT_CAUSE_TX_ERROR)
|
|
#define ETH_INT_CAUSE_PHY 0x00010000
|
|
#define ETH_INT_CAUSE_PHY 0x00010000
|
|
-#define ETH_INT_UNMASK_ALL_EXT (ETH_INT_CAUSE_TX | ETH_INT_CAUSE_PHY)
|
|
|
|
|
|
+#define ETH_INT_CAUSE_STATE 0x00100000
|
|
|
|
+#define ETH_INT_UNMASK_ALL_EXT (ETH_INT_CAUSE_TX | ETH_INT_CAUSE_PHY | \
|
|
|
|
+ ETH_INT_CAUSE_STATE)
|
|
|
|
|
|
#define ETH_INT_MASK_ALL 0x00000000
|
|
#define ETH_INT_MASK_ALL 0x00000000
|
|
#define ETH_INT_MASK_ALL_EXT 0x00000000
|
|
#define ETH_INT_MASK_ALL_EXT 0x00000000
|