diff options
Diffstat (limited to 'drivers/net/e1000e/e1000.h')
-rw-r--r-- | drivers/net/e1000e/e1000.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/e1000e/e1000.h b/drivers/net/e1000e/e1000.h index 79e7c4c18719..0e59f15be110 100644 --- a/drivers/net/e1000e/e1000.h +++ b/drivers/net/e1000e/e1000.h | |||
@@ -164,6 +164,7 @@ enum e1000_boards { | |||
164 | board_ich9lan, | 164 | board_ich9lan, |
165 | board_ich10lan, | 165 | board_ich10lan, |
166 | board_pchlan, | 166 | board_pchlan, |
167 | board_pch2lan, | ||
167 | }; | 168 | }; |
168 | 169 | ||
169 | struct e1000_queue_stats { | 170 | struct e1000_queue_stats { |
@@ -477,6 +478,7 @@ extern struct e1000_info e1000_ich8_info; | |||
477 | extern struct e1000_info e1000_ich9_info; | 478 | extern struct e1000_info e1000_ich9_info; |
478 | extern struct e1000_info e1000_ich10_info; | 479 | extern struct e1000_info e1000_ich10_info; |
479 | extern struct e1000_info e1000_pch_info; | 480 | extern struct e1000_info e1000_pch_info; |
481 | extern struct e1000_info e1000_pch2_info; | ||
480 | extern struct e1000_info e1000_es2_info; | 482 | extern struct e1000_info e1000_es2_info; |
481 | 483 | ||
482 | extern s32 e1000e_read_pba_num(struct e1000_hw *hw, u32 *pba_num); | 484 | extern s32 e1000e_read_pba_num(struct e1000_hw *hw, u32 *pba_num); |
@@ -495,6 +497,8 @@ extern void e1000e_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw); | |||
495 | extern void e1000e_gig_downshift_workaround_ich8lan(struct e1000_hw *hw); | 497 | extern void e1000e_gig_downshift_workaround_ich8lan(struct e1000_hw *hw); |
496 | extern void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw); | 498 | extern void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw); |
497 | extern s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable); | 499 | extern s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable); |
500 | extern s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable); | ||
501 | extern void e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw); | ||
498 | 502 | ||
499 | extern s32 e1000e_check_for_copper_link(struct e1000_hw *hw); | 503 | extern s32 e1000e_check_for_copper_link(struct e1000_hw *hw); |
500 | extern s32 e1000e_check_for_fiber_link(struct e1000_hw *hw); | 504 | extern s32 e1000e_check_for_fiber_link(struct e1000_hw *hw); |