diff options
Diffstat (limited to 'drivers/net/ixgbevf/vf.h')
-rw-r--r-- | drivers/net/ixgbevf/vf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbevf/vf.h b/drivers/net/ixgbevf/vf.h index 23eb114c149f..10306b492ee6 100644 --- a/drivers/net/ixgbevf/vf.h +++ b/drivers/net/ixgbevf/vf.h | |||
@@ -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 *); |