summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_x540.c
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2010-12-07 09:16:45 +0100
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2010-12-25 06:40:32 +0100
commit3377eba79e15671799876f82d30446e656aac5ad (patch)
tree4db223fec09b929871cc4ae0278d718e300c9ce9 /drivers/net/ixgbe/ixgbe_x540.c
parentixgbe: Warn on VF attempt to override Administratively set MAC/VLAN (diff)
downloadlinux-3377eba79e15671799876f82d30446e656aac5ad.tar.xz
linux-3377eba79e15671799876f82d30446e656aac5ad.zip
ixgbe: Add SR-IOV feature support to X540
Add X540 specific feature support to X540 Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to '')
-rw-r--r--drivers/net/ixgbe/ixgbe_x540.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_x540.c b/drivers/net/ixgbe/ixgbe_x540.c
index cf88515c0ef8..3a8923993ce3 100644
--- a/drivers/net/ixgbe/ixgbe_x540.c
+++ b/drivers/net/ixgbe/ixgbe_x540.c
@@ -685,6 +685,8 @@ static struct ixgbe_mac_operations mac_ops_X540 = {
.fc_enable = &ixgbe_fc_enable_generic,
.init_uta_tables = &ixgbe_init_uta_tables_generic,
.setup_sfp = NULL,
+ .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing,
+ .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
};
static struct ixgbe_eeprom_operations eeprom_ops_X540 = {