diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qed/qed_eth_if.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/qed/qed_eth_if.h b/include/linux/qed/qed_eth_if.h index 4475a9d8ae15..33c24ebc9b7f 100644 --- a/include/linux/qed/qed_eth_if.h +++ b/include/linux/qed/qed_eth_if.h | |||
| @@ -23,6 +23,9 @@ struct qed_dev_eth_info { | |||
| 23 | 23 | ||
| 24 | u8 port_mac[ETH_ALEN]; | 24 | u8 port_mac[ETH_ALEN]; |
| 25 | u8 num_vlan_filters; | 25 | u8 num_vlan_filters; |
| 26 | |||
| 27 | /* Legacy VF - this affects the datapath, so qede has to know */ | ||
| 28 | bool is_legacy; | ||
| 26 | }; | 29 | }; |
| 27 | 30 | ||
| 28 | struct qed_update_vport_rss_params { | 31 | struct qed_update_vport_rss_params { |
