hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h
....@@ -50,6 +50,7 @@
5050 ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */
5151 ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */
5252 ixgbe_mbox_api_13, /* API version 1.3, linux/freebsd VF driver */
53
+ ixgbe_mbox_api_14, /* API version 1.4, linux/freebsd VF driver */
5354 /* This value should always be last */
5455 ixgbe_mbox_api_unknown, /* indicates that API version is not known */
5556 };
....@@ -80,6 +81,10 @@
8081
8182 #define IXGBE_VF_UPDATE_XCAST_MODE 0x0c
8283
84
+/* mailbox API, version 1.4 VF requests */
85
+#define IXGBE_VF_IPSEC_ADD 0x0d
86
+#define IXGBE_VF_IPSEC_DEL 0x0e
87
+
8388 /* length of permanent address message returned from PF */
8489 #define IXGBE_VF_PERMADDR_MSG_LEN 4
8590 /* word in permanent address message with the current multicast type */