diff options
Diffstat (limited to 'drivers/net/ixgbevf/vf.h')
-rw-r--r-- | drivers/net/ixgbevf/vf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ixgbevf/vf.h b/drivers/net/ixgbevf/vf.h index 94b750b8874f..10306b492ee6 100644 --- a/drivers/net/ixgbevf/vf.h +++ b/drivers/net/ixgbevf/vf.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************************* | 1 | /******************************************************************************* |
2 | 2 | ||
3 | Intel 82599 Virtual Function driver | 3 | Intel 82599 Virtual Function driver |
4 | Copyright(c) 1999 - 2009 Intel Corporation. | 4 | Copyright(c) 1999 - 2010 Intel Corporation. |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify it | 6 | This program is free software; you can redistribute it and/or modify it |
7 | under the terms and conditions of the GNU General Public License, | 7 | under the terms and conditions of the GNU General Public License, |
@@ -62,6 +62,7 @@ struct ixgbe_mac_operations { | |||
62 | 62 | ||
63 | /* RAR, Multicast, VLAN */ | 63 | /* RAR, Multicast, VLAN */ |
64 | s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32); | 64 | s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32); |
65 | s32 (*set_uc_addr)(struct ixgbe_hw *, u32, u8 *); | ||
65 | s32 (*init_rx_addrs)(struct ixgbe_hw *); | 66 | s32 (*init_rx_addrs)(struct ixgbe_hw *); |
66 | s32 (*update_mc_addr_list)(struct ixgbe_hw *, struct net_device *); | 67 | s32 (*update_mc_addr_list)(struct ixgbe_hw *, struct net_device *); |
67 | s32 (*enable_mc)(struct ixgbe_hw *); | 68 | s32 (*enable_mc)(struct ixgbe_hw *); |
@@ -73,6 +74,7 @@ struct ixgbe_mac_operations { | |||
73 | enum ixgbe_mac_type { | 74 | enum ixgbe_mac_type { |
74 | ixgbe_mac_unknown = 0, | 75 | ixgbe_mac_unknown = 0, |
75 | ixgbe_mac_82599_vf, | 76 | ixgbe_mac_82599_vf, |
77 | ixgbe_mac_X540_vf, | ||
76 | ixgbe_num_macs | 78 | ixgbe_num_macs |
77 | }; | 79 | }; |
78 | 80 | ||
@@ -124,8 +126,6 @@ struct ixgbe_hw { | |||
124 | void *back; | 126 | void *back; |
125 | 127 | ||
126 | u8 __iomem *hw_addr; | 128 | u8 __iomem *hw_addr; |
127 | u8 *flash_address; | ||
128 | unsigned long io_base; | ||
129 | 129 | ||
130 | struct ixgbe_mac_info mac; | 130 | struct ixgbe_mac_info mac; |
131 | struct ixgbe_mbx_info mbx; | 131 | struct ixgbe_mbx_info mbx; |