.. | .. |
---|
50 | 50 | ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */ |
---|
51 | 51 | ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */ |
---|
52 | 52 | 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 */ |
---|
53 | 54 | /* This value should always be last */ |
---|
54 | 55 | ixgbe_mbox_api_unknown, /* indicates that API version is not known */ |
---|
55 | 56 | }; |
---|
.. | .. |
---|
80 | 81 | |
---|
81 | 82 | #define IXGBE_VF_UPDATE_XCAST_MODE 0x0c |
---|
82 | 83 | |
---|
| 84 | +/* mailbox API, version 1.4 VF requests */ |
---|
| 85 | +#define IXGBE_VF_IPSEC_ADD 0x0d |
---|
| 86 | +#define IXGBE_VF_IPSEC_DEL 0x0e |
---|
| 87 | + |
---|
83 | 88 | /* length of permanent address message returned from PF */ |
---|
84 | 89 | #define IXGBE_VF_PERMADDR_MSG_LEN 4 |
---|
85 | 90 | /* word in permanent address message with the current multicast type */ |
---|