diff options
Diffstat (limited to 'drivers/net/e1000e/hw.h')
-rw-r--r-- | drivers/net/e1000e/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000e/hw.h b/drivers/net/e1000e/hw.h index 426155c15cef..6c3d55fc7753 100644 --- a/drivers/net/e1000e/hw.h +++ b/drivers/net/e1000e/hw.h | |||
@@ -741,6 +741,7 @@ struct e1000_mac_operations { | |||
741 | s32 (*check_for_link)(struct e1000_hw *); | 741 | s32 (*check_for_link)(struct e1000_hw *); |
742 | s32 (*cleanup_led)(struct e1000_hw *); | 742 | s32 (*cleanup_led)(struct e1000_hw *); |
743 | void (*clear_hw_cntrs)(struct e1000_hw *); | 743 | void (*clear_hw_cntrs)(struct e1000_hw *); |
744 | void (*clear_vfta)(struct e1000_hw *); | ||
744 | s32 (*get_bus_info)(struct e1000_hw *); | 745 | s32 (*get_bus_info)(struct e1000_hw *); |
745 | s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *); | 746 | s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *); |
746 | s32 (*led_on)(struct e1000_hw *); | 747 | s32 (*led_on)(struct e1000_hw *); |
@@ -751,6 +752,7 @@ struct e1000_mac_operations { | |||
751 | s32 (*setup_link)(struct e1000_hw *); | 752 | s32 (*setup_link)(struct e1000_hw *); |
752 | s32 (*setup_physical_interface)(struct e1000_hw *); | 753 | s32 (*setup_physical_interface)(struct e1000_hw *); |
753 | s32 (*setup_led)(struct e1000_hw *); | 754 | s32 (*setup_led)(struct e1000_hw *); |
755 | void (*write_vfta)(struct e1000_hw *, u32, u32); | ||
754 | }; | 756 | }; |
755 | 757 | ||
756 | /* Function pointers for the PHY. */ | 758 | /* Function pointers for the PHY. */ |