|
@@ -123,8 +123,8 @@ struct dpaa2_eth_swa {
|
|
/* Error bits in FD CTRL */
|
|
/* Error bits in FD CTRL */
|
|
#define DPAA2_FD_CTRL_UFD 0x00000004
|
|
#define DPAA2_FD_CTRL_UFD 0x00000004
|
|
#define DPAA2_FD_CTRL_SBE 0x00000008
|
|
#define DPAA2_FD_CTRL_SBE 0x00000008
|
|
-#define DPAA2_FD_CTRL_FSE 0x00000010
|
|
|
|
-#define DPAA2_FD_CTRL_FAERR 0x00000020
|
|
|
|
|
|
+#define DPAA2_FD_CTRL_FSE 0x00000020
|
|
|
|
+#define DPAA2_FD_CTRL_FAERR 0x00000040
|
|
|
|
|
|
#define DPAA2_FD_RX_ERR_MASK (DPAA2_FD_CTRL_SBE | \
|
|
#define DPAA2_FD_RX_ERR_MASK (DPAA2_FD_CTRL_SBE | \
|
|
DPAA2_FD_CTRL_FAERR)
|
|
DPAA2_FD_CTRL_FAERR)
|