hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/net/ethernet/intel/ixgbevf/mbx.h
....@@ -62,6 +62,7 @@
6262 ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */
6363 ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */
6464 ixgbe_mbox_api_13, /* API version 1.3, linux/freebsd VF driver */
65
+ ixgbe_mbox_api_14, /* API version 1.4, linux/freebsd VF driver */
6566 /* This value should always be last */
6667 ixgbe_mbox_api_unknown, /* indicates that API version is not known */
6768 };
....@@ -92,6 +93,10 @@
9293
9394 #define IXGBE_VF_UPDATE_XCAST_MODE 0x0c
9495
96
+/* mailbox API, version 1.4 VF requests */
97
+#define IXGBE_VF_IPSEC_ADD 0x0d
98
+#define IXGBE_VF_IPSEC_DEL 0x0e
99
+
95100 /* length of permanent address message returned from PF */
96101 #define IXGBE_VF_PERMADDR_MSG_LEN 4
97102 /* word in permanent address message with the current multicast type */