summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf/vf.h
diff options
context:
space:
mode:
authorGreg Rose2010-12-02 08:12:26 +0100
committerJeff Kirsher2010-12-25 06:45:42 +0100
commit2316aa2aee254c126e688b53a3a105b82bc3f368 (patch)
tree2394b5093e7a3f589218e742087e60bac4a8360d /drivers/net/ixgbevf/vf.h
parentixgbe: Add anti-spoofing feature support (diff)
downloadkernel-qcow2-linux-2316aa2aee254c126e688b53a3a105b82bc3f368.tar.gz
kernel-qcow2-linux-2316aa2aee254c126e688b53a3a105b82bc3f368.tar.xz
kernel-qcow2-linux-2316aa2aee254c126e688b53a3a105b82bc3f368.zip
ixgbevf: Add X540 VF device support to the ixgbevf driver
The X540 introduces a new Virtual Function device ID so that the X540 VF device can be distinguished from the 82599 VF device. The X540 VF device will have additional capability over the 82599 VF device so it is necessary to be able to discern the difference. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbevf/vf.h')
-rw-r--r--drivers/net/ixgbevf/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbevf/vf.h b/drivers/net/ixgbevf/vf.h
index 144c99d5363a..23eb114c149f 100644
--- a/drivers/net/ixgbevf/vf.h
+++ b/drivers/net/ixgbevf/vf.h
@@ -73,6 +73,7 @@ struct ixgbe_mac_operations {
enum ixgbe_mac_type {
ixgbe_mac_unknown = 0,
ixgbe_mac_82599_vf,
+ ixgbe_mac_X540_vf,
ixgbe_num_macs
};