Merge "[qca-ssdk-shell]: support " debug phy counter show " command."
diff --git a/include/fal/fal_port_ctrl.h b/include/fal/fal_port_ctrl.h
index 54393b9..49f7f39 100755
--- a/include/fal/fal_port_ctrl.h
+++ b/include/fal/fal_port_ctrl.h
@@ -252,6 +252,10 @@
 	a_uint32_t RxBadCRC;
 	a_uint32_t TxGoodFrame;
 	a_uint32_t TxBadCRC;
+	a_uint32_t SysRxGoodFrame;
+	a_uint32_t SysRxBadCRC;
+	a_uint32_t SysTxGoodFrame;
+	a_uint32_t SysTxBadCRC;
 } fal_port_counter_info_t;
 
 /*above is new add for malibu phy*/
diff --git a/src/shell/shell_io.c b/src/shell/shell_io.c
index 7428022..86aacf1 100755
--- a/src/shell/shell_io.c
+++ b/src/shell/shell_io.c
@@ -728,6 +728,10 @@
     "RxBadCRC   ",
     "TxGoodFrame",
     "TxBadCRC   ",
+    "SysRxGoodFrame",
+    "SysRxBadCRC",
+    "SysTxGoodFrame",
+    "SysTxBadCRC",
 };
 
 void