diff options
Diffstat (limited to 'drivers/net/e1000e/e1000.h')
-rw-r--r-- | drivers/net/e1000e/e1000.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000e/e1000.h b/drivers/net/e1000e/e1000.h index 3102d738cfd1..4c08752b824d 100644 --- a/drivers/net/e1000e/e1000.h +++ b/drivers/net/e1000e/e1000.h | |||
@@ -509,7 +509,7 @@ extern s32 e1000e_setup_fiber_serdes_link(struct e1000_hw *hw); | |||
509 | extern s32 e1000e_copper_link_setup_m88(struct e1000_hw *hw); | 509 | extern s32 e1000e_copper_link_setup_m88(struct e1000_hw *hw); |
510 | extern s32 e1000e_copper_link_setup_igp(struct e1000_hw *hw); | 510 | extern s32 e1000e_copper_link_setup_igp(struct e1000_hw *hw); |
511 | extern s32 e1000e_setup_link(struct e1000_hw *hw); | 511 | extern s32 e1000e_setup_link(struct e1000_hw *hw); |
512 | extern void e1000e_clear_vfta(struct e1000_hw *hw); | 512 | extern void e1000_clear_vfta_generic(struct e1000_hw *hw); |
513 | extern void e1000e_init_rx_addrs(struct e1000_hw *hw, u16 rar_count); | 513 | extern void e1000e_init_rx_addrs(struct e1000_hw *hw, u16 rar_count); |
514 | extern void e1000e_update_mc_addr_list_generic(struct e1000_hw *hw, | 514 | extern void e1000e_update_mc_addr_list_generic(struct e1000_hw *hw, |
515 | u8 *mc_addr_list, | 515 | u8 *mc_addr_list, |
@@ -525,7 +525,7 @@ extern void e1000e_config_collision_dist(struct e1000_hw *hw); | |||
525 | extern s32 e1000e_config_fc_after_link_up(struct e1000_hw *hw); | 525 | extern s32 e1000e_config_fc_after_link_up(struct e1000_hw *hw); |
526 | extern s32 e1000e_force_mac_fc(struct e1000_hw *hw); | 526 | extern s32 e1000e_force_mac_fc(struct e1000_hw *hw); |
527 | extern s32 e1000e_blink_led(struct e1000_hw *hw); | 527 | extern s32 e1000e_blink_led(struct e1000_hw *hw); |
528 | extern void e1000e_write_vfta(struct e1000_hw *hw, u32 offset, u32 value); | 528 | extern void e1000_write_vfta_generic(struct e1000_hw *hw, u32 offset, u32 value); |
529 | extern void e1000e_reset_adaptive(struct e1000_hw *hw); | 529 | extern void e1000e_reset_adaptive(struct e1000_hw *hw); |
530 | extern void e1000e_update_adaptive(struct e1000_hw *hw); | 530 | extern void e1000e_update_adaptive(struct e1000_hw *hw); |
531 | 531 | ||