.. | .. |
---|
62 | 62 | ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */ |
---|
63 | 63 | ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */ |
---|
64 | 64 | 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 */ |
---|
65 | 66 | /* This value should always be last */ |
---|
66 | 67 | ixgbe_mbox_api_unknown, /* indicates that API version is not known */ |
---|
67 | 68 | }; |
---|
.. | .. |
---|
92 | 93 | |
---|
93 | 94 | #define IXGBE_VF_UPDATE_XCAST_MODE 0x0c |
---|
94 | 95 | |
---|
| 96 | +/* mailbox API, version 1.4 VF requests */ |
---|
| 97 | +#define IXGBE_VF_IPSEC_ADD 0x0d |
---|
| 98 | +#define IXGBE_VF_IPSEC_DEL 0x0e |
---|
| 99 | + |
---|
95 | 100 | /* length of permanent address message returned from PF */ |
---|
96 | 101 | #define IXGBE_VF_PERMADDR_MSG_LEN 4 |
---|
97 | 102 | /* word in permanent address message with the current multicast type */ |
---|