e1000e: Fix HW Error on es2lan, ARP capture issue by BMC
[deliverable/linux.git] / drivers / net / e1000e / e1000.h
index 79a426feffb7a8ca45ff3cdcacfb938d42b6297a..f6835c32151627b3a318d7375f0c7928bc7ce128 100644 (file)
@@ -449,6 +449,8 @@ extern s32 e1000e_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data);
 extern s32 e1000e_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
                               u32 usec_interval, bool *success);
 extern s32 e1000e_phy_reset_dsp(struct e1000_hw *hw);
+extern s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
+extern s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
 extern s32 e1000e_check_downshift(struct e1000_hw *hw);
 
 static inline s32 e1000_phy_hw_reset(struct e1000_hw *hw)
This page took 0.023909 seconds and 5 git commands to generate.