|
@@ -102,8 +102,8 @@
|
|
|
#define MTK_LRO_EN BIT(0)
|
|
|
#define MTK_L3_CKS_UPD_EN BIT(7)
|
|
|
#define MTK_LRO_ALT_PKT_CNT_MODE BIT(21)
|
|
|
-#define MTK_LRO_RING_RELINQUISH_REQ (0x3 << 26)
|
|
|
-#define MTK_LRO_RING_RELINQUISH_DONE (0x3 << 29)
|
|
|
+#define MTK_LRO_RING_RELINQUISH_REQ (0x7 << 26)
|
|
|
+#define MTK_LRO_RING_RELINQUISH_DONE (0x7 << 29)
|
|
|
|
|
|
#define MTK_PDMA_LRO_CTRL_DW1 0x984
|
|
|
#define MTK_PDMA_LRO_CTRL_DW2 0x988
|