|
@@ -599,13 +599,15 @@ struct ixgbe_nvm_version {
|
|
#define IXGBE_SECTXCTRL_STORE_FORWARD 0x00000004
|
|
#define IXGBE_SECTXCTRL_STORE_FORWARD 0x00000004
|
|
|
|
|
|
#define IXGBE_SECTXSTAT_SECTX_RDY 0x00000001
|
|
#define IXGBE_SECTXSTAT_SECTX_RDY 0x00000001
|
|
-#define IXGBE_SECTXSTAT_ECC_TXERR 0x00000002
|
|
|
|
|
|
+#define IXGBE_SECTXSTAT_SECTX_OFF_DIS 0x00000002
|
|
|
|
+#define IXGBE_SECTXSTAT_ECC_TXERR 0x00000004
|
|
|
|
|
|
#define IXGBE_SECRXCTRL_SECRX_DIS 0x00000001
|
|
#define IXGBE_SECRXCTRL_SECRX_DIS 0x00000001
|
|
#define IXGBE_SECRXCTRL_RX_DIS 0x00000002
|
|
#define IXGBE_SECRXCTRL_RX_DIS 0x00000002
|
|
|
|
|
|
#define IXGBE_SECRXSTAT_SECRX_RDY 0x00000001
|
|
#define IXGBE_SECRXSTAT_SECRX_RDY 0x00000001
|
|
-#define IXGBE_SECRXSTAT_ECC_RXERR 0x00000002
|
|
|
|
|
|
+#define IXGBE_SECRXSTAT_SECRX_OFF_DIS 0x00000002
|
|
|
|
+#define IXGBE_SECRXSTAT_ECC_RXERR 0x00000004
|
|
|
|
|
|
/* LinkSec (MacSec) Registers */
|
|
/* LinkSec (MacSec) Registers */
|
|
#define IXGBE_LSECTXCAP 0x08A00
|
|
#define IXGBE_LSECTXCAP 0x08A00
|