diff options
Diffstat (limited to 'drivers/net/bnx2x_link.h')
-rw-r--r-- | drivers/net/bnx2x_link.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/bnx2x_link.h b/drivers/net/bnx2x_link.h index d25ef45d793f..9805d210c028 100644 --- a/drivers/net/bnx2x_link.h +++ b/drivers/net/bnx2x_link.h | |||
@@ -187,6 +187,10 @@ u8 bnx2x_test_link(struct link_params *input, struct link_vars *vars); | |||
187 | /* One-time initialization for external phy after power up */ | 187 | /* One-time initialization for external phy after power up */ |
188 | u8 bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base); | 188 | u8 bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base); |
189 | 189 | ||
190 | /* Reset the external PHY using GPIO */ | ||
191 | void bnx2x_ext_phy_hw_reset(struct bnx2x *bp, u8 port); | ||
192 | |||
193 | void bnx2x_sfx7101_sp_sw_reset(struct bnx2x *bp, u8 port, u8 phy_addr); | ||
190 | 194 | ||
191 | u8 bnx2x_read_sfp_module_eeprom(struct link_params *params, u16 addr, | 195 | u8 bnx2x_read_sfp_module_eeprom(struct link_params *params, u16 addr, |
192 | u8 byte_cnt, u8 *o_buf); | 196 | u8 byte_cnt, u8 *o_buf); |