[PATCH net-next v7 1/5] net: stmmac: Add 25GMAC core type to dwmac_core_type enum
From: \Jitendra Vegiraju
Date: Fri Mar 13 2026 - 18:38:06 EST
From: Jitendra Vegiraju <jitendra.vegiraju@xxxxxxxxxxxx>
The DW25GMAC is a newer ethernet MAC IP block from Synopsys that introduced
new DMA architecure called Hyper-DMA. Define a new dwmac_core_type
enum in include/linux/stmmac.h file.
Signed-off-by: Jitendra Vegiraju <jitendra.vegiraju@xxxxxxxxxxxx>
---
include/linux/stmmac.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index 965ada809fdf..c8535476276b 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -176,6 +176,7 @@ enum dwmac_core_type {
DWMAC_CORE_GMAC,
DWMAC_CORE_GMAC4,
DWMAC_CORE_XGMAC,
+ DWMAC_CORE_25GMAC,
};
#define STMMAC_FLAG_SPH_DISABLE BIT(1)
--
2.34.1